Submit async entity extraction job
POST
/entities/extractions
Submits an asynchronous planner entity extraction job. Entity extraction runs through the planner LLM path, so clients first submit text, then poll GET /entities/extractions/{id} with the returned job_id until the job reaches completed or failed.
Authorizations
apiKeyAuth
API key passed in the CP-X-API-KEY header.
Type
API Key (header: CP-X-API-KEY)
Request Body
application/json
JSON "text": "string"
{
}
Responses
Entity extraction job submitted successfully
application/json
JSON "data": { "job_id": "string" }
{
}
