FuhuAPI
  1. Suno
FuhuAPI
  • 快速开始
    • 快速开始
    • 入门必看
    • FuhuAPI 公告
  • API 参考
    • 报错状态码说明
    • OpenAI 格式
      • Chat Completions
      • Response
      • gpt-4o-image生图
      • 图像
      • 图像编辑(gpt-image-1)
      • Embeddings
      • 获取模型列表
      • response id获取结果
      • Hunyuan3D
    • Anthropic 格式
      • Anthropic Claude
    • Gemini
      • 调用 gemini-3-pro-image 指南
      • Gemini生图
      • Gemini 文本对话
    • Midjourney 图像生成
      • 快速教学-完整流程一遍过
      • 任务查询
        • 分页查询
        • 指定ID获取任务
      • 提交Imagine任务
      • 提交视频任务
      • 提交编辑任务
      • 提交Action任务
      • 提交Blend任务
      • 提交Describe任务
      • 提交Modal
    • 图像生成
      • Replicate(image)
        • 创建任务-通用
        • 查询任务
        • 创建任务
      • 豆包生图
        • seededit-image-generation
        • seededit-Image Editing
    • 音乐生成
      • Suno
        • 设置 suno 版本
        • Suno API 场景应用指南
        • 生成歌词
          POST
        • 生成音乐
          POST
        • 上传音乐
          POST
        • 歌曲拼接
          POST
        • 全轨声曲分离
          POST
        • 单轨声曲分离
          POST
        • 新建 Persona
          POST
        • 拓展 style tags
          POST
        • 查询单个任务
          GET
        • 生成 mp4 mv 视频
          GET
        • 获取 wav 格式文件
          GET
        • Timing:歌词、音频时间线
          GET
        • 批量查询任务
          POST
        • 获取 midi
          GET
    • 视频生成
      • sora-2
        • 官方格式
          • 创建视频
          • 混编视频
          • 检索视频
          • 删除视频
          • 下载视频
        • 逆向
          • 逆向异步格式
            • sora逆向异步
            • sora逆向查回
          • sora-2视频逆向格式
      • veo3
        • 逆向异步格式
          • veo3逆向异步
          • veo3逆向查回
        • veo3-chat格式
      • kling (video)
        • Callback协议
        • 扩图
        • 生成图像
        • 文生视频
        • 图生视频
        • 视频延长
        • 虚拟试穿
        • 对口型
        • 视频特效
        • 查询任务(单个)
      • runway(video)
        • 官方格式
          • 从图像生成视频
          • 获取任务详细信息
        • 逆向格式
          • generate(文本)
          • generate(参考图片)
          • video2video 视频转视频 风格重绘
          • Act-one 表情迁移
          • feed-获取任务
      • MiniMax 海螺(video)
        • 官方文档
        • 视频生成
        • 查询任务
        • 文件下载
      • luma (video)
        • 官方API格式
          • 生成视频
          • 单个查询任务
    • 音频
      • 文本转音频
      • 音频转文本
      • 创建翻译
  • 代码示例
    • 代码示例
  • 集成指南
    • 最佳实践
      • Gemini CLI 接入说明
      • Claude code 接入说明
      • FuhuAPI 账户余额查询API 使用说明
      • 使用 FuhuAPI 和 OpenAI 官方 API 的重试逻辑说明文档
      • Midjorney调用最佳实践
      • Runway调用最佳实践
    • 应用集成指南
  • 定价计费
    • 关于价格
    • 关于分组
  • 帮助中心
    • 帮助中心
    • 接口稳定性
    • 常见误区
    • 使用困惑
    • 隐私政策
    • 服务条款
  • 数据模型
    • 示例数据模型
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • 双人特效
      • ChatCompletionRequest
      • 单人特效
      • RequestMessage
      • VideoGenerationRequest
      • ChatCompletionResponse
      • TextGenerateRequest
      • ResponseChoice
      • ImageGenerateRequest
      • ResponseMessage
      • VideoGenerateRequest
      • Usage
      • BaseResponse
      • TextToImageRequest
      • VideoGenerationResponse
      • GenerateResponse
      • EditImageRequest
      • ErrorResponse
      • BlendImagesRequest
      • UpscaleRequest
      • DescribeImageRequest
      • ImageGenerationResponse
      • ImageDescriptionResponse
      • ErrorResponse
  1. Suno

新建 Persona

POST
https://api.fuhuapi.com/suno/persona/create

🎵 生成Persona:歌手风格流程 🎵#

🚀 操作步骤:#

1.
step1. 通过生成音乐场景 1 2 3 任意一种生成音乐,且必须为4.5版本,取到 task id
2.
step2. 拿到 task id 后,根据需要获取歌曲的对应 clip_id 值
3.
step3. 将对应的 clip_id 入参, 填入该接口 ,得到返回的id为persona_id供下一步使用
使用接口: 使用 persona_id 创作 注意事项:**
mv 为 chirp-v3-5-tau 或者 chirp-v4-tau 或者 chirp-auk
task 为 artist_consistency
persona_id 为 新建persona 接口 步骤得到的返回id
artist_clip_id 就是 生成音乐 步骤中的 clip_id

请求参数

Header 参数

Body 参数application/json

示例

返回响应

🟢200Successful Response
application/json
Body

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.fuhuapi.com/suno/persona/create' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "root_clip_id": "82294225-6537-4dfc-adcd-be3b5edaa46c",
    "name": "Persona 标题",
    "description": "Persona 描述",
    "clips": [
        "54834687-5e79-4f08-8e14-cf188f15b598"
    ],
    "is_public": true
}'
响应示例响应示例
{
    "id": "6a40ce76-2fbe-4272-8ccb-568ed0be7eda",
    "name": "string",
    "description": "string",
    "image_s3_id": "string",
    "root_clip_id": "string",
    "clip": {
        "id": "string",
        "entity_type": "string",
        "video_url": "string",
        "audio_url": "string",
        "image_url": "string",
        "image_large_url": "string",
        "major_model_version": "string",
        "model_name": "string",
        "metadata": {
            "tags": "string",
            "prompt": "string",
            "type": "string",
            "duration": 0,
            "refund_credits": true,
            "stream": true,
            "can_remix": true,
            "is_remix": true,
            "priority": 0
        },
        "is_liked": true,
        "user_id": "string",
        "display_name": "string",
        "handle": "string",
        "is_handle_updated": true,
        "avatar_image_url": "string",
        "is_trashed": true,
        "flag_count": 0,
        "display_tags": "string",
        "created_at": "string",
        "status": "string",
        "title": "string",
        "play_count": 0,
        "upvote_count": 0,
        "is_public": true,
        "allow_comments": true
    },
    "user_display_name": "string",
    "user_handle": "string",
    "user_image_url": "string",
    "persona_clips": [
        {
            "clip": {
                "id": "string",
                "entity_type": "string",
                "video_url": "string",
                "audio_url": "string",
                "image_url": "string",
                "image_large_url": "string",
                "major_model_version": "string",
                "model_name": "string",
                "metadata": {
                    "tags": "string",
                    "prompt": "string",
                    "type": "string",
                    "duration": 0,
                    "refund_credits": true,
                    "stream": true,
                    "can_remix": true,
                    "is_remix": true,
                    "priority": 0
                },
                "is_liked": true,
                "user_id": "string",
                "display_name": "string",
                "handle": "string",
                "is_handle_updated": true,
                "avatar_image_url": "string",
                "is_trashed": true,
                "flag_count": 0,
                "display_tags": "string",
                "created_at": "string",
                "status": "string",
                "title": "string",
                "play_count": 0,
                "upvote_count": 0,
                "is_public": true,
                "allow_comments": true
            },
            "id": 0
        }
    ],
    "is_suno_persona": true,
    "is_trashed": true,
    "is_owned": true,
    "is_public": true,
    "is_public_approved": true,
    "is_loved": true,
    "upvote_count": 0,
    "clip_count": 0
}
上一页
单轨声曲分离
下一页
拓展 style tags
Built with