- DocumentationGetting StartedSetup & AccessAI ModelsAPI Reference
API Reference
REST API Documentation
On this page
Integrate Influencer Studio into your applications with our comprehensive REST API.
Available Versions
API v1
Our current stable API version with full support for all features.
The v1 API includes:
- Billing - Manage credits, plans, and payments
- Image Generation - Generate images from text prompts using Flux-Krea and finetuned models
- Image Editing - Edit images with AI using Seedream 4.0, Nano Banana Pro, and Qwen
- Face Swap - Swap faces between images with precision
- Video Generation - Create videos using Kling, Veo 3.1, and Veed
- Lip Sync - Generate lip-synced videos with synchronized audio
- Audio Generation - Create voiceovers with Sonic-3
- 3D Generation - Generate 3D models using Meshy
View Complete AI Models Guide →
Interactive Testing
Want to test endpoints directly in your browser?
Authentication
All API endpoints require authentication using a Bearer token:
Authorization: Bearer YOUR_API_KEY
Generate your API key from your account settings.
Base URL
https://api.influencerstudio.com/api/v1
For local development:
http://localhost:3000/api/v1
Rate Limits
API requests are subject to rate limits based on your plan. Check the response headers for rate limit information:
X-RateLimit-Limit- Maximum requests allowedX-RateLimit-Remaining- Requests remaining in current windowX-RateLimit-Reset- Time when the rate limit resets
Support
Need help with the API? Contact our support team or check out the detailed endpoint documentation in the API v1 Reference.