Documentation Index
Fetch the complete documentation index at: https://documentation.theary.ai/llms.txt
Use this file to discover all available pages before exploring further.
Order lifecycle
Use this flow after you have a Bearer token.1. Create an order
Start with Create order. The endpoint page includes a complete JSON body you can send with cURL or your HTTP client.2. Inspect searches
Use the order ID to list associated searches:activity as your operational view while work progresses.
3. Handle completion with webhooks
Production integrations should handleverification.completed and verification.action_required webhooks. Configure webhookConfig on the order or use tenant-level defaults.
X-Webhook-Signature before processing events. See Webhook integration.