API Docs

API Documentation

Complete API documentation for integrating AnimeStudio Pro into your applications.

Getting Started

The AnimeStudio Pro API allows you to programmatically create and manage anime video projects. All API requests require authentication using an API key.

Base URL: https://api.animestudio.pro/v1

Quick Start

1Create an API key in your account settings
2Include your API key in the Authorization header
3Make requests to the API endpoints

Rate Limits

API requests are rate limited to 1000 requests per minute per API key. The rate limit headers are included in every response.

X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Reset: 1625097600