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

    Usage

    {
        "object": "usage",
        "credit_balance": 0,
        "total_tasks": 0,
        "credits_settled": 0,
        "credits_refunded": 0,
        "concurrency": {
            "limit": 2,
            "active": 0
        },
        "by_workflow": [
            {
                "workflow": "music-video",
                "tasks": 0,
                "credits_settled": 0
            }
        ]
    }
    Built with