1. API Overview
BeatAPI
  • Quick Start
  • BeatAPI Realtime Video API
  • Music Video API
    • Create Video
      • Create Music Video
    • Advanced Editing
      • Edit Shot
      • Get Shot Media
      • Compose Video
  • Ecommerce Video API
    • Create Ecommerce Video
  • Reference
    • API Overview
      • List launch workflows
        GET
    • Task Status
      • Poll task status
    • Usage & Limits
      • Get account usage and concurrency
    • Upload Files
      • Upload a file for workflow inputs
    • Webhooks
      • List webhook endpoints
      • Create a webhook endpoint
      • Get a webhook endpoint
      • Update a webhook endpoint
      • Delete a webhook endpoint
  • Realtime Video API
    • Create a realtime browser session
    • Get a realtime session
    • Close a realtime session
  1. API Overview

List launch workflows

GET
/v1/workflows

Request

None

Responses

🟢200
application/json
Workflow list
Bodyapplication/json

🟠429
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.beatapi.io/v1/workflows'
Response Response Example
200 - 成功示例
{
    "data": {
        "object": "list",
        "data": [
            {
                "id": "music-video",
                "object": "workflow",
                "name": "Music Video API",
                "description": "Generate short music video clips from audio, lyrics, and visual direction."
            },
            {
                "id": "ecommerce-video",
                "object": "workflow",
                "name": "Ecommerce Video API",
                "description": "Generate product ad videos from product images and a short creative brief."
            }
        ]
    }
}
Modified at 2026-07-31 15:10:04
Previous
Create Ecommerce Video
Next
Poll task status
Built with