BeatAPI
    • Workflows
      • List launch workflows
        GET
    • Music Video
      • Create a Music Video workflow task
        POST
    • Ecommerce Video
      • Create an Ecommerce Video workflow task
        POST
    • Tasks
      • Poll task status
        GET
    • Usage
      • Get account usage and concurrency
        GET
    • Files
      • Upload a file for workflow inputs
        POST
    • Webhooks
      • List webhook endpoints
      • Create a webhook endpoint
      • Get a webhook endpoint
      • Update a webhook endpoint
      • Delete a webhook endpoint
    • Schemas
      • Workflow
      • TaskStatus
      • TaskUsage
      • Task
      • File
      • WebhookEndpoint
      • WebhookEvent
      • WorkflowList
      • WorkflowListResponse
      • TaskResponse
      • Usage
      • UsageResponse
      • FileResponse
      • WebhookEndpointList
      • WebhookEndpointListResponse
      • WebhookEndpointResponse
      • DeleteResponse
      • Error

    Task

    {
        "id": "task_8K2qA",
        "object": "task",
        "workflow": "music-video",
        "status": "queued",
        "created_at": 0,
        "updated_at": 0,
        "output": null,
        "usage": {
            "credits_reserved": 0,
            "credits_settled": 0,
            "credits_refunded": 0
        },
        "request_id": "req_abc123",
        "error_code": "provider_capacity_timeout",
        "error_message": "string"
    }
    Built with