Every API response includes anDocumentation Index
Fetch the complete documentation index at: https://docs.cula.tech/llms.txt
Use this file to discover all available pages before exploring further.
Cula-Request-Id header containing a unique identifier for that request. This applies to all responses — successful and unsuccessful.
Response header
req_ prefix. It is unique per request.
Where request IDs appear
| Location | When |
|---|---|
Cula-Request-Id response header | Every response (2xx, 4xx, 5xx) |
error.request_id in the JSON body | Every non-2xx response |
request_id in webhook payloads | Events triggered by an API request |
request_id in the JSON body and the Cula-Request-Id header always contain the same value.
Using request IDs
Log them. Store theCula-Request-Id header from every response in your application logs. When something goes wrong, the request ID lets both you and Cula support trace the exact request through the system.
Always include the
Cula-Request-Id value when contacting support about an issue.