Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/ingest/status
{ "status": "processed", "items": 847, "included_in_cache": true }
Check processing status of a submitted batch
POST /ingest/batch
processed
queued
failed
/pulse
curl -X GET "https://api.togetherwithkai.com/v1/affective/ingest/status?batch_id=550e8400-e29b-41d4-a716-446655440000" \ -H "Authorization: Bearer YOUR_API_KEY"