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.
Runs a sync configuration on demand. Returns immediately; poll GET /v1/sync/runs/:syncRunId for status.
GET /v1/sync/runs/:syncRunId
cURL
curl -X POST 'http://localhost:8080/v1/sync/config/your_syncConfigId/sync' \ -H 'Authorization: Bearer ek_live_xxxxx'
{ "success": true }
API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.
Authorization: Bearer ek_live_xxxxx
Default Response