post https://api.lightcast.io/skills/versions//extract
Returns a list of skills found in a document.
Supported document types and their expected Content-Type:
- JSON –
application/json
Document must be UTF-8 encoded. - Plain text –
text/plain
- PDF –
application/pdf
- Word (docx) –
application/vnd.openxmlformats-officedocument.wordprocessingml.document
Request document size is limited to 10MB, text parsed from the document is limited to 50KB.
Note that this endpoint has a free tier monthly quota of 50 requests. Contact us if you'd like this increased or made unlimited. Responses from this endpoint will include two headers, RateLimit-Remaining
and RateLimit-Reset
, which indicate how many requests you have remaining in your current quota period and when that quota will reset, respectively.