Documentation Index
Fetch the complete documentation index at: https://docs.jimmyai.cn/llms.txt
Use this file to discover all available pages before exploring further.
Frequently Asked Questions (FAQ)
Welcome to our FAQ page. If you can’t find the answer to your question here, please contact us.Account & Billing
How do I get an API Key?
How do I get an API Key?
You can log into your account and navigate to the API Key Management Page to generate and view your unique API Key.
How does the billing work?
How does the billing work?
We use a prepaid billing model. You need to recharge your account balance (minimum $1, supporting WeChat Pay and Alipay). Different models and parameters deduct varying amounts from your balance. Requests will fail if your balance is insufficient.
Task Management & Status
Why did my generation request fail?
Why did my generation request fail?
A task may fail for several reasons:
- Invalid parameters (e.g., unsupported aspect ratios or duration) were provided.
- Your account balance is insufficient to cover the cost.
- High server load or temporary third-party interruptions.
error_msg or reason to diagnose the issue.How do I retrieve my generated results?
How do I retrieve my generated results?
Because most generation tasks (especially video and high-res images) take time to process, our API uses an asynchronous model.
Upon submitting a task, you will receive a
taskId. You should periodically poll the Status Query API with this ID. Once the task status changes to completed or success, the response will include the generated url or mediaUrl.