查询任务状态(批量)
OpenAPI Specification
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/suno/fetch:
post:
summary: 查询任务状态(批量)
deprecated: false
description: ''
tags:
- 模型接口/Suno
parameters:
- name: Authorization
in: header
description: ''
required: true
example: sk-
schema:
type: string
default: sk-
- name: Content-Type
in: header
description: ''
required: true
example: application/json
schema:
type: string
requestBody:
content:
application/json:
schema:
type: object
properties:
ids:
type: array
items:
type: string
description: 要查询的任务 ID 列表
action:
type: string
description: 任务类型,可选值:MUSIC、LYRICS
x-apifox-orders:
- ids
- action
required:
- ids
example:
ids:
- 7961abf3-f258-401c-98fe-b70cbc698bb1
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
example:
code: success
message: ''
data:
- task_id: 7961abf3-f258-401c-98fe-b70cbc698bb1
action: ''
status: SUCCESS
fail_reason: ''
submit_time: 1753152709
start_time: 1753152709
finish_time: 1753152721
progress: 100%
data:
tags:
- infectious rhythm
- electronic
- dance
- pulsing bassline
text: |-
[Verse]
Lights flash
Ooh-yeah!
Feet move
Can't stop
No way
Spin around
Feel the sound
Heartbeat racing
Oh
Hey
[Chorus]
Dance
Dance
Dance tonight (oh, oh!)
Lose yourself in the light
Light
Light
Feel the rhythm
Hold it tight
Dance
Dance
Dance tonight
[Verse 2]
Hands up
Reach the sky
Jump high
Touch the vibe
Feel the heat
Can't deny
Oh-oh
Let it fly
[Chorus]
Dance
Dance
Dance tonight (oh, oh!)
Lose yourself in the light
Light
Light
Feel the rhythm
Hold it tight
Dance
Dance
Dance tonight
[Bridge]
Move your body
Left to right (ooh!)
Feel the music
It's so bright
Don't stop
No end in sight
Keep it going
All night
All night
[Chorus]
Dance
Dance
Dance tonight (oh, oh!)
Lose yourself in the light
Light
Light
Feel the rhythm
Hold it tight
Dance
Dance
Dance tonight
title: Dance Fever
status: complete
error_message: ''
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/Suno
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-325138342-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []