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.
Check the processing status of a sync batch
sync:read
batch_id
curl "https://api.wede.pt/v1/sync/status?batch_id=batch-uuid" \ -H "x-wede-api-key: wede_live_YOUR_KEY"
{ "batch_id": "batch-uuid", "status": "processed", "accepted": 1, "rejected": 0, "processed_at": "2026-05-20T10:00:05Z" }