Qubico
  1. Mmaudio
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
        GET
      • Generate Audio
        POST
    • DiffRhythm
      • Generate Audio
      • Get Task
    • Ace Step
      • Create Task
        • Text to Audio
        • Audio to Audio
        • Audio Edit
        • Audio Extend
      • Get Task
    • 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. Mmaudio

Get Task

Developing
GET
/api/v1/task/{task_id}
This endpoint from Qubico's mmaudio API retrieves the output of the mmaudio task where users can check their task result.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/task/' \
--header 'X-API-Key;'
Response Response Example
200 - Example 1
{
    "code": 0,
    "data": {
        "task_id": "string",
        "input": "string",
        "status": "string",
        "metadata": {
            "created_at": "string",
            "started_at": "string",
            "ended_at": "string",
            "quota_frozen": 0,
            "quota_usage": 0
        },
        "task": {
            "id": 0,
            "userId": 0,
            "type": "string",
            "status": 0,
            "taskInfo": {
                "arguments": [
                    {
                        "name": "string",
                        "value": "string"
                    }
                ],
                "inputs": [
                    {
                        "inputType": "string",
                        "name": "string",
                        "url": "string",
                        "blobStorage": null,
                        "token": null
                    }
                ],
                "type": "string"
            },
            "favored": true,
            "deleted": true,
            "createTime": 0,
            "updateTime": 0
        },
        "works": [
            {
                "workId": 0,
                "workItemId": 0,
                "taskId": 0,
                "userId": 0,
                "type": "string",
                "status": 0,
                "contentType": "string",
                "resource": {
                    "resource": "string",
                    "resourceWithoutWatermark": "string",
                    "height": 0,
                    "width": 0,
                    "duration": 0
                },
                "cover": {
                    "resource": "string",
                    "height": 0,
                    "width": 0,
                    "duration": 0
                },
                "starNum": 0,
                "reportNum": 0,
                "createTime": 0,
                "taskInfo": {
                    "arguments": [
                        {
                            "name": "string",
                            "value": "string"
                        }
                    ],
                    "inputs": [
                        {
                            "inputType": "string",
                            "name": "string",
                            "url": "string",
                            "blobStorage": null,
                            "token": null
                        }
                    ],
                    "type": "string"
                },
                "selfAttitude": "string",
                "selfComment": {
                    "tags": [
                        {}
                    ],
                    "content": "string"
                },
                "favored": true,
                "publishStatus": "string",
                "deleted": true
            }
        ]
    },
    "message": "string"
}

Request

Path Params

Header Params

Responses

🟢200OK
application/json
OK-Successful Response
Body

🟠400Bad Request
🟠401Unauthorized
🔴500Server Error
Modified at 2025-07-06 07:47:16
Previous
Generate Video
Next
Generate Audio
Built with