SourceFinder API
OpenAPI reference for the SourceFinder service.
Base URL
text
https://api.coinpost.ai/sourcefinderAuthentication
Send the API key in the CP-X-API-KEY header.
Example format:
text
CP-X-API-KEY: <your-api-key>Endpoints
GET /health— Health checkPOST /sources— Submit an asynchronous source-finding jobGET /sources/{id}— Get job status or result
Request Notes
POST /sourcesrequires at least one oftitle,content, orsource_urls- Optional request-level LLM overrides belong under
llm collected_atcan provide a reference timestamp for incomplete or relative dates
Response Convention
- Source-finding job responses wrap data in a
datafield;/healthreturns service metadata directly - Error responses return
errorwith a message string - Job results include a
statusfield (pending,processing,completed,failed) - Completed results can include
primary_sources,original_urls, metrics, andtruth_assessment
