生成歌词
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/suno/submit/lyrics:
post:
summary: 生成歌词
deprecated: false
description: ''
tags:
- 文生音乐 Suno/任务提交
parameters:
- name: Content-Type
in: header
description: ''
required: true
example: application/json
schema:
type: string
- name: Accept
in: header
description: ''
required: true
example: application/json
schema:
type: string
- name: Authorization
in: header
description: ''
required: false
example: Bearer {{YOUR_API_KEY}}
schema:
type: string
requestBody:
content:
application/json:
schema:
type: object
properties:
prompt:
type: string
description: 歌词提示词
notify_hook:
type: string
description: 回调地址
required:
- prompt
x-apifox-orders:
- prompt
- notify_hook
example:
prompt: dance
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
required:
- code
- data
- message
headers: {}
x-apifox-name: 成功
security:
- bearer: []
x-apifox-folder: 文生音乐 Suno/任务提交
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5443236/apis/api-248983798-run
components:
schemas: {}
securitySchemes:
bearer:
type: http
scheme: bearer
servers:
- url: https://www.anyapi.vip
description: 正式环境
security:
- bearer: []