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

    TaskUsage

    {
        "credits_reserved": 0,
        "credits_settled": 0,
        "credits_refunded": 0
    }
    Built with