Adzen Developer Documentation

Welcome to the Adzen Developer Docs. Adzen is a contextual advertising platform that matches ads to user-generated content in real time. This site is your starting point for integrating with our APIs.

All APIs are available in sandbox and production. Start with sandbox while building — it returns schema-correct fake responses so you can verify your integration end-to-end without spending budget.

What can you build?

Quick start

curl -X POST https://sandbox.adzen.ai/ugc/process \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_SANDBOX_KEY' \
  -d '{"post_id": "1", "message": "best plumber recommendation"}'

Next steps