RelayDanceRelayDance
HomeModelsPricingDocsGet API Key

Docs / API Reference

API Reference

All RelayDance endpoints share the same base URL and authentication scheme. Click an endpoint for full parameter documentation and examples.

#Base URL

https://relaydance.com/v1

#Authentication

Pass your API key as a bearer token in every request:

HeaderValue
AuthorizationBearer YOUR_API_KEY
Content-Typeapplication/json
Get your API key from the API Keys page.

#Endpoints

Video generation is asynchronous: submit returns a task_id, then poll the task or set metadata.callback_url to receive a webhook. The Video Generation guide walks through the full flow.

#Error codes

StatusMeaning
400 Bad RequestMissing or invalid parameters
401 UnauthorizedMissing or invalid API key
403 ForbiddenQuota or permission issue
404 Not FoundUnknown model ID or task ID
429 Too Many RequestsRate limit exceeded
5xx Server ErrorUpstream or gateway error, retry with back-off

See Error Codes for details and retry recipes.