Skip to content

Submit async source-finding job

POST
/sources

Submits an asynchronous source-finding job. At least one of title, content, or source_urls must be provided. Optional request-level LLM overrides live under llm. Returns a job_id for polling.

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
"string"

Responses

Job submitted successfully

application/json
JSON
{
  
"data": {
  
  
"job_id": "string"
  
}
}

Playground

Authorization
Body

Samples