This guide shows how to make your first Loova API request.Documentation Index
Fetch the complete documentation index at: https://docs.loova.ai/llms.txt
Use this file to discover all available pages before exploring further.
Before You Start
Make sure you have:- a Loova account
- an API key
- sufficient API Credits
Step 1: Get your API key
Go to the Loova API Dashboard: https://loova.ai/api After signing up, create an API key from the dashboard.Step 2: Make sure you have enough API Credits
Before submitting a task, make sure your account has sufficient API Credits. You can purchase API Credits and view usage in the Loova API Dashboard: https://loova.ai/apiStep 3: Submit a video generation task
Use the following request to create a Seedance 2.0 video task:Example Response
task_id. You will use it to check task progress and retrieve the final output.
Step 4: Check task status
Use the returnedtask_id to query the task endpoint:
Example Response
Step 5: Retrieve the final video
When the task succeeds, the generated video URL is returned at:Polling Notes
- The API is asynchronous
resultmay benullwhile the task is still in progress- Poll the task endpoint periodically until the task reaches a terminal state
- If the task fails, check
data.result.error_messagewhen available
Next Steps
Once your first request works, you can continue with:- Authentication
- Pricing & Limits
- API reference pages for request parameters and response details