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.
A reference for API-generated webhook payloads.
{ "status": "success", "code": 200, "data": { "order_id": "<string>", "old_status": "<string>", "new_status": "<string>", "state": "<string>" } }
{ "status": "success", "code": 200, "data": { "order_id": "<string>", "old_status": "<string>", "new_status": "Complete", "state": "done", "reports": { "web": "<string>", // URL "pdf": "<string>", // URL "data": "<string>" // URL } } }
Was this page helpful?