Autocomplete
Autocomplete job titles
Auto complete the job title search.
Query Parameters
apiToken?|
Header Parameters
x-api-token?|
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.ocean.io/v2/autocomplete/job-titles" \ -H "Content-Type: application/json" \ -d '{ "query": "developer" }'{
"jobTitles": "Software Engineer"
}{
"detail": "Conflicting API tokens provided in query parameters and headers"
}{
"detail": "Insufficient credits"
}{
"detail": "API token should be provided in headers or query parameters"
}Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}