Integrate Chaturbate Traffic directly into your application with our powerful API.
Get your API key from your dashboard and start making requests:
curl -X POST https://api.chaturbate-traffic.com/v1/campaign/start \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "model_name",
"traffic": 50,
"delay": 5,
"tier": "premium"
}'/v1/campaign/startStart a new traffic campaign
{
"campaign_id": "cam_123abc",
"status": "active",
"model": "model_name",
"traffic": 50,
"started_at": "2024-02-01T12:00:00Z",
"expires_at": "2024-02-01T13:00:00Z"
}/v1/campaign/stopStop an active campaign
/v1/campaign/:idGet campaign status and analytics
{
"campaign_id": "cam_123abc",
"status": "active",
"active_users": 47,
"total_views": 324,
"engagement_rate": 87.5,
"duration": "45 minutes"
}Include your API key in the Authorization header:
Invalid parameters or malformed request
Invalid or missing API key
Too many requests. Please wait before retrying.
Free tier: 100 requests per hour
Professional tier: 10,000 requests per hour
Enterprise: Unlimited