# Thrad DSP API Documentation ## Docs - [Bid](https://dsps-docs.thrads.ai/api-reference/dsp-bid.md): Endpoint that DSPs must implement to receive bid requests from Thrad SSP (ssp.thrads.ai). Called by the SSP orchestrator during multi-bidder auctions. - [Feedback Webhook](https://dsps-docs.thrads.ai/api-reference/dsp-feedback-webhook.md): Thrad POSTs user feedback signals (thumbs up / thumbs down) to your DSP in real time whenever a user rates an ad you served. - [Render Ad](https://dsps-docs.thrads.ai/api-reference/dsp-render.md): Endpoint that DSPs must implement to receive render requests from Thrad SSP (ssp.thrads.ai). Called by the SSP only if this DSP won the auction. - [Bid](https://dsps-docs.thrads.ai/api-reference/ortb-bid.md): OpenRTB 2.6 bid endpoint your DSP must expose. Thrad SSP POSTs a BidRequest and expects a BidResponse or no-bid. - [Ad Formats](https://dsps-docs.thrads.ai/guides/ad-formats.md): How the SSP advertises supported formats per request, how your DSP picks one, and how the SSP validates your response. - [Overview](https://dsps-docs.thrads.ai/guides/auction-overview.md): AI-Native integration with Thrad SSP — conversational ad placements delivered via a simple JSON bid protocol. - [IVT & Verification](https://dsps-docs.thrads.ai/guides/ivt.md): How Thrad filters invalid traffic across the bid lifecycle, what signal we forward to your DSP, and how verification works on the impression event. - [Onboarding](https://dsps-docs.thrads.ai/guides/onboarding.md): End-to-end walkthrough: request/response shape, pricing, timeouts, and the integration, test, and scale-up process. - [Ad Formats](https://dsps-docs.thrads.ai/guides/ortb/ad-formats.md): Placement types available on the OpenRTB path. - [Onboarding](https://dsps-docs.thrads.ai/guides/ortb/onboarding.md): How to get your DSP connected to Thrad SSP. - [Overview](https://dsps-docs.thrads.ai/guides/ortb/overview.md): OpenRTB 2.6 integration with Thrad SSP. - [Targeting Signals](https://dsps-docs.thrads.ai/guides/ortb/targeting.md): Targeting signals available in the Thrad SSP BidRequest. - [Pre-Rendering vs Render Endpoint](https://dsps-docs.thrads.ai/guides/rendering.md): Two ways to deliver creatives: ship the creative inline with your bid (pre-rendered) or generate it on demand when you win (render endpoint). - [Introduction](https://dsps-docs.thrads.ai/introduction.md) ## OpenAPI Specs - [openapi](https://dsps-docs.thrads.ai/api-reference/openapi.json)