Qubico
  1. Ace Step
Qubico
  • Get Started
    • Overview
    • Quickstart
  • Endpoints
    • Flux
      • Flux with LoRA and Controlnet
      • Available LoRA and Controlnet
      • Flux API with Redux Variation, Fill, Inpaint and Outpaint
      • Create Task
        • Kontext
        • Text to Image
        • Image to Image
      • Get task
    • AI Hug
      • Get Task
      • Create Task
    • Faceswap
      • Multi Faceswap
      • Image Faceswap
      • Video Faceswap
      • Get Task
    • TTS
      • Zeroshot Text-to-Speech F5-TTS
      • Get Task
    • Trellis
      • Create Task
      • Get Task
    • WanX
      • Generate WanX Task with LoRA Using Qubico
      • Available LoRA Types for Wanx
      • Use Cases for Wanx LoRA
      • Use Cases for Wanx Control Camera
      • Create Task
      • Get Task
    • Skyreels
      • Create Task
      • Get Task
    • Framepack
      • Create Task
      • Get Task
    • Hunyuan Video
      • How to Make a Hunyuan API Call
      • Get Task
      • Generate Video
    • Mmaudio
      • Get Task
      • Generate Audio
    • DiffRhythm
      • Generate Audio
      • Get Task
    • Ace Step
      • Create Task
        • Text to Audio
        • Audio to Audio
        • Audio Edit
        • Audio Extend
      • Get Task
        GET
    • Tools
      • File Upload API
      • Video Upscale
      • Video Upscale-Get Task
      • Remove Background API
      • Remove Background-Get Task
      • Segment With Prompt API
      • Segment With Prompt API-Get Task
      • Image Upscale(Super Resolution) API
      • Image Upscale-Get Task
    • Account Management
      • Account Info
      • Task List Info
      • User Task History
  • Resources
    • Change Log
    • Output Storage
    • Unified API Schema
    • Webhook
    • Billings
  1. Ace Step

Get Task

GET
/api/v1/task/{task_id}
This endpoint retrieves the output of the Ace Step task where users could check their task output.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/task/' \
--header 'X-API-Key;'
Response Response Example
200 - Example 1
{
    "timestamp": 1749613445,
    "data": {
        "task_id": "f8d11a53-f3ac-47ad-a4d6-7610fda830be",
        "model": "Qubico/ace-step",
        "task_type": "txt2audio",
        "status": "completed",
        "config": {
            "service_mode": "",
            "webhook_config": {
                "endpoint": "",
                "secret": ""
            }
        },
        "input": {
            "duration": 10,
            "lyrics": "[inst]",
            "negative_style_prompt": "",
            "style_audio": "",
            "style_prompt": "guitar and piano"
        },
        "output": {
            "audio_url": "https://img.theapi.app/temp/2c802652-03bb-4266-8d4b-1cd81da45dcb.mp3"
        },
        "meta": {
            "created_at": "2025-06-11T11:43:31.673594+08:00",
            "started_at": "2025-06-11T11:43:32.473551+08:00",
            "ended_at": "2025-06-11T11:44:05.72226+08:00",
            "usage": {
                "type": "llm",
                "frozen": 0,
                "consume": 5000
            },
            "is_using_private_pool": false
        },
        "detail": null,
        "logs": [],
        "error": {
            "code": 0,
            "raw_message": "",
            "message": "",
            "detail": null
        }
    }
}

Request

Path Params

Header Params

Responses

🟢200OK
application/json
OK-Successful Response
Body

🟠400Bad Request
🟠401Unauthorized
🔴500Server Error
Modified at 2025-06-25 07:03:16
Previous
Audio Extend
Next
File Upload API
Built with