Trace and Debug Your Fhddos API Calls with Request IDs
Every Fhddos API response includes unique request IDs in headers and the error body. Use them to debug issues and file support tickets.
Every time you call the Fhddos API — whether for chat completions, image generation, video, audio, embeddings, or reranking — the platform automatically assigns a unique request ID to that call and returns it in the response. You don’t need to configure anything; the ID is always there, ready for you to capture.
Always include the platform request ID when opening a ticket. It lets the support team locate the exact call and internal upstream trace within seconds.
Upstream Tracing
If you need to escalate an issue to an upstream provider, supply X-Upstream-Request-Id as the reference. Without it, upstream teams can’t locate the original request.
Programmatic Logging
Capture request IDs in your application code and write them to your own observability system. This gives you end-to-end traceability from your user sessions all the way to upstream providers.
In production, log the platform request ID for every API call. If something goes wrong hours or days later, the ID is the fastest path to a resolution.