Endpoint that DSPs must implement to receive render requests from Thrads SSP (ssp.thrads.ai). Called by the SSP only if this DSP won the auction.
ssp.thrads.ai will send POST requests to your configured DSP endpoint URL.application/jsontrue.| Status Code | Meaning | Scenario |
|---|---|---|
200 OK | Success | Ad creative generated successfully |
400 Bad Request | Validation error | Missing required fields (description or url) or invalid data types |
404 Not Found | Bid not found | Bid expired (TTL ~60s), invalid bidId, or bid not in cache |
500 Internal Server Error | Server error | LLM service unavailable, creative generation failed, or database error |