openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/suno/submit/lyrics:
post:
summary: 生成歌词
deprecated: false
description: ''
tags:
- 模型接口/Suno
parameters:
- name: Accept
in: header
description: ''
required: true
example: application/json
schema:
type: string
default: application/json
- 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:
prompt:
type: string
description: 歌词的主题或关键词
notify_hook:
type: string
description: 歌词生成完成的回调通知地址
x-apifox-orders:
- prompt
- notify_hook
required:
- prompt
example:
prompt: dance
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
example:
code: success
data: 7961abf3-f258-401c-98fe-b70cbc698bb1
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-325079022-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []