Input Parameters - Skill Enrichment API

Detailed information on the input parameters for the Skill Enrichment API

Required Parameters

api_key

TypeDescriptionDefaultExample
StringYour secret API key.

Your API Key must be included in either the request header or the api_key parameter. For more information about request authentication, see the Authentication page.


skill

TypeDescriptionExample
StringThe skill that you are enriching.pyspark

If the provided skill does not represent one from our Skill Dataset, then the Skill Enrichment API will not return a matching record.


Optional Parameters

pretty

TypeDescriptionDefaultExample
BooleanWhether the output should have human-readable indentation.falsetrue

titlecase

TypeDescriptionDefaultExample
BooleanAll text in API responses returns as lowercase by default. Setting titlecase to true will titlecase response data instead.falsetrue