v1
latestOpenAPI 3.1.02026-07-242892032.8 MBExtract
Extract skills from document
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.
post/versions/{version}/extract
Path parameters
versionstring required
The skills taxonomy version.
Query parameters
languagestring
Example:fr
Language selection parameter.
confidenceThresholdnumber
Filter out skills with a confidence value lower than this threshold (this query param does not apply for JSON requests)
Request body
Example request
{
"confidenceThreshold": 0.6
}Response
OK