Skip to main content
This guide shows how to make your first Loova API request.

Before You Start

Make sure you have:
  • a Loova account
  • an API key
  • sufficient API Credits
You can purchase API Credits, create and manage API keys, and view API credits usage in the Loova API Dashboard: https://loova.ai/api

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/api

Step 3: Submit a video generation task

Use the following request to create a Seedance 2.0 video task:

Example Response

Save the returned task_id. You will use it to check task progress and retrieve the final output.

Step 4: Check task status

Use the returned task_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
  • result may be null while 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_message when available

Next Steps

Once your first request works, you can continue with: