Quick Start
Jump into using Mountsea AI’s API with our Quick Start guide. Learn how to get your API keys and more!What You Need
- A Mountsea AI platform account
- An API key
Get Your API Key
Step 1
Sign up for Mountsea AI, and then go to the API Keys page (API 密钥管理) and click 创建新密钥 (Create New Key).Step 2
Enter a unique name for your API key (duplicate names are not allowed) and click Save.Step 3
On the API Keys page, click the copy icon next to your key to copy it to your clipboard. You can also click directly on the masked key to copy it.Configure Your HTTP Request Header
- Authorization: Use Bearer token format with your API key
- Header format:
Authorization: Bearer your-api-key
Generate Content
Generate Video
Step 1: Generate video through the video generation endpoint
If successful, the response will return a success status and atask_id.
Example Request:
Step 2: Get video generation status
Fill thetask_id into the parameter of task_id to request the video generation status.
- processing: the video is still being generated
- succeed: the video generation is complete
Step 3: Poll video generation status
Continuously poll the status endpoint until the status changes tosucceed. Once succeed is returned, download the video using the provided URL.
Note: Videos are stored for two weeks. Download your video promptly to avoid losing access.
Generate Image
Step 1: Generate image through the image generation endpoint
Example Request:Generate Music
Step 1: Generate music through the music generation endpoint
Example Request:Step 2: Get music generation status
Example Request:Next Steps
Now that you’ve generated your first content, explore more features:- API Introduction - Learn about all available features
- Gemini AI Documentation - Image and video generation
- Suno AI Documentation - Music and audio generation
- Pricing - View our pricing plans
Need Help?
If you run into any issues:- Check our API Documentation for detailed endpoint information
- Contact our Support Team for assistance
- Review the API Introduction for comprehensive feature overview
Ready to build amazing AI-powered applications? Start creating with Mountsea AI today!