Welcome to ReachAI's documentation. This guide will help you get started with our platform and make the most of its features.
Manage multiple X/Twitter accounts from a single dashboard with separate campaign settings for each.
Create and automate personalized DM campaigns with intelligent targeting and scheduling.
Track campaign performance with detailed analytics and customizable reports.
Integrate ReachAI with your existing tools through our comprehensive API.
curl -X POST https://api.reachai.top/v1/auth \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
curl -X POST https://api.reachai.top/v1/campaigns \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Campaign",
"target_audience": "tech_enthusiasts",
"daily_limit": 100
}'