Documentation

Getting Started

adoraads.ai is the first ad network built inside LLM responses via the MCP (Model Context Protocol) standard.

API Endpoints

Our API endpoints allow you to integrate adoraads into your application:

POST /waitlist

Join the waitlist to get early access.

curl -X POST https://adoraads.ai/waitlist \
  -H "Content-Type: application/json" \
  -d '{
    "email": "brand@example.com",
    "brand_name": "Your Brand",
    "brand_tier": "indie"
  }'

GET /waitlist/count

Get the current waitlist count (public endpoint).

curl https://adoraads.ai/waitlist/count

GET /waitlist/admin

View all signups (requires admin key).

curl -H "X-Admin-Key: your-admin-key" \
  https://adoraads.ai/waitlist/admin

Integration Guide

To integrate adoraads into your beauty shopping app or LLM agent:

1. Request early access via the waitlist
2. Receive API credentials
3. Integrate the adoraads.ai MCP server
4. Start running real-time beauty auctions
5. Track ROAS through our dashboard

Support

For API support and integration questions, email hello@adoraads.ai

Coming Soon

Full API documentation with code examples in Python, JavaScript, and cURL will be available once we launch.