RESTful API v2.0

AdTot Developer API

Integrate AdTot's advertising ecosystem into your applications. Access real-time campaign data, manage displays, track influencers, and automate your advertising operations.

API Features

RESTful Design

Clean, intuitive API following REST principles with JSON responses and standard HTTP methods.

Real-Time Data

Access live campaign metrics, display status, and influencer performance data in real-time.

Secure Authentication

OAuth 2.0 and API key authentication with rate limiting and security best practices.

Global CDN

Low-latency API endpoints distributed globally for fast response times anywhere in the world.

Comprehensive Docs

Detailed documentation with code examples in multiple languages and interactive API explorer.

SDKs & Libraries

Official SDKs for JavaScript, Python, Ruby, PHP, and more to speed up development.

Core API Endpoints

GET/api/v2/campaigns

Retrieve all campaigns with filtering and pagination support

POST/api/v2/campaigns

Create a new advertising campaign

GET/api/v2/displays

List all outdoor displays with location and availability data

GET/api/v2/influencers

Search and filter influencers by category, platform, and engagement

GET/api/v2/analytics

Access real-time analytics and performance metrics

PUT/api/v2/campaigns/:id

Update an existing campaign configuration

DELETE/api/v2/campaigns/:id

Delete a campaign and free up allocated resources

Quick Start Example

JavaScript ExampleNode.js
const AdTot = require('@adtot/sdk');

// Initialize with API key
const client = new AdTot('your_api_key');

// Create a new campaign
const campaign = await client.campaigns.create({
  name: "Summer Sale 2025",
  type: "outdoor-displays",
  budget: 5000,
  locations: ["new-york", "los-angeles"],
  startDate: "2025-06-01",
  endDate: "2025-08-31"
});

// Get campaign analytics
const analytics = await client.analytics.get(campaign.id);
console.log(analytics);

Rate Limits & Pricing

Free Tier

1,000

requests per day

  • ✓ Basic API access
  • ✓ Community support
  • ✓ 7-day data retention
POPULAR

Pro Tier

100,000

requests per day

  • ✓ Full API access
  • ✓ Priority support
  • ✓ 90-day data retention
  • ✓ Webhooks

Enterprise

Custom

unlimited requests

  • ✓ Dedicated infrastructure
  • ✓ 24/7 support
  • ✓ Unlimited data retention
  • ✓ Custom integrations
  • ✓ SLA guarantee

Ready to Get Started?

Join thousands of developers building innovative advertising solutions with AdTot API