🚀 Quick Start
Welcome to the Montage API documentation. This API provides programmatic access to our montage and video processing services.
Base URL: https://api.k-montage.pro/v1
🔐 Authentication
All API requests require authentication using an API key. Include your key in the Authorization header:
HEADER
Authorization: Bearer YOUR_API_KEY
📊 Endpoints
GET
/v1/projects
List all your projects
POST
/v1/projects
Create a new project
GET
/v1/projects/{id}
Get project details
POST
/v1/render
Start rendering a montage
GET
/v1/status/{job_id}
Check rendering status
📈 Rate Limits
All API requests are subject to rate limiting:
- Free tier: 100 requests per hour
- Pro tier: 10,000 requests per hour
Rate limit information is included in response headers.
📞 Support
For technical support or questions, please contact:
- Email:
api@k-montage.pro - Documentation:
https://docs.k-montage.pro