API Doc-CometAPI
HomeDashBoardModel_Price
HomeDashBoardModel_Price
Discord_Support
  1. Udio(Temporarily unavailable)
  • GET START
    • Model New Release Announcement
    • Platform notification
    • Help Center
    • Quick Start
    • About Pricing
    • About Grouping
    • Interface Stability
    • Privacy policy
    • Terms of service
    • Error code description
    • Code example
    • Must see for use
    • Common Misconceptions
    • Confusion about use
    • Best Practices
      • CometAPI Account Balance Query API Usage Instructions
      • Retry Logic Documentation for CometAPI and OpenAI Official API
      • Midjourney Best Practices
      • Runway Best Practices
  • OpenAI Compatiable Endpoint
    • gpt-4o-image generates image
    • Chat
    • Recognizing Images
    • Models
    • Embeddings
    • Images
    • Realtime
    • Image Editing (gpt-image-1)
  • Audio
    • Create speech
    • Create transcription
    • Create translation
  • Anthropic Compatiable Endpoint
    • Anthropic Claude
  • Music Generation Endpoint
    • Suno
      • Setting suno Version
      • Generate lyrics
      • Generate music clip
      • Upload clip
      • Submit concatenation
      • Single task query
      • Batch query tasks
    • Udio(Temporarily unavailable)
      • Generate music
        POST
      • Task query
        GET
  • Image Generation Endpoint
    • Midjourney(images)
      • Quick Tutorial - Complete Process in One Go
      • Task Fetching API
        • List by Condition
        • Fetch Single Task (most recommended)
      • Imagine
      • Action (UPSCALE; VARIATION; REROLL; ZOOM, etc.)
      • Blend (image -> image)
      • Describe (image -> text)
      • Modal (Area Redesign & Zoom)
    • Ideogram(images)
      • Official documentation (updated in real time)
      • Generate 3.0 (text to image)
      • Remix 3.0 (hybrid image)
      • Reframe 3.0(Reconstruction)
      • Replace Background 3.0(Background replacement)
      • Edit 3.0(Editing images)
      • ideogram Text Raw Image
      • ideogram Hybrid image
      • ideogram enlargement HD
      • ideogram describes the image
      • ideogram Edit image
    • Flux(images)
      • Generate image (replicate format)
      • flux fine-tune images(Temporarily unavailable)
      • flux generate image(Temporarily unavailable)
      • flux query
    • Replicate(image)
      • replicate Generate
      • replicate query
    • Recraft(images)
      • Appendix
      • Recraft Generate Image
      • Recraft Vectorize Image
      • Recraft Remove Background
      • Recraft Clarity Upscale
      • Recraft Create style
      • Recraft Generative Upscale
  • Video Generation Ednpoint
    • runway(video)
      • official format
        • runway images raw video
        • runway to get task details
      • Reverse Format
        • generate(text)
        • generate(Reference images)
        • Video to Video Style Redraw
        • Act-one Expression Migration
        • feed-get task
    • kling (video)
      • callback_url
      • Generating images
      • Text Generation Video
      • Image Generation Video
      • Video Extension
      • virtual try-on
      • lip sync
      • Individual queries (videos)
    • MiniMax Conch(video)
      • MiniMax Conch Official Documentation
      • MiniMax Conch Generation
      • MiniMax Conch Query
      • MiniMax Conch Download
    • luma (video)
      • Official api interface format
        • luma generate
        • luma search
    • PIKA(video)
      • pika feed
      • PIKA Reference Video Generation
      • PIKA Reference Image Generation
      • PIKA reference text generation
    • sora
      • Reverse Format
        • Create Video
        • Query Video Task
        • Create Video
  • Software Integration Guide
    • cometapi Site API Call Testing
    • OpenManus
    • Chatbox
    • CherryStudio
    • Cursor
    • ChatHub
    • COZE
    • FastGPT
    • cline
    • dify
    • gptme
    • Immersive Translation
    • Lobe-Chat
    • Zotero
    • LangChain
    • AnythingLLM
    • Eudic Translation
    • OpenAI Translator
    • ChatAll Translation
    • Pot Translation
    • GPT Academic Optimization (gpt_academic)
    • NEXT CHAT (ChatGPT Next Web)
    • Obsidian's Text Generator Plugin
    • Open WebUI
    • avante.nvim
    • librechat
    • Lazy Customer Service
    • utools-ChatGPT Friend
    • IntelliJ Translation Plugin
    • n8n
  1. Udio(Temporarily unavailable)

Generate music

POST
https://api.cometapi.com/udio/generate-proxy
Maintainer:Not configured

Generate Proxy#

This endpoint allows you to generate a proxy for a song based on the provided parameters.

Request Body#

gen_params (object): Required
prompt (string): The prompt for song generation. Required
Example: "rock, pop soul, electronic"
lyrics (string): The lyrics content. Required
Example: "[Verse 1] In the silence, echoes fade, footsteps in the ground Time's slipping, memories made, with whispers all around As the stars dim, shadows play, we take our final bow"
lyrics_type (enum): The type of lyrics. Required
Possible Values: user, instrumental, generate
Example: user
model_type (enum): The type of model. Required
Possible Values: udio32-v1.5, udio130-v1.5
Example: udio130-v1.5
config (object): Required
negative_prompt (string): Negative prompt. Optional
Example: ""
song_section_start (number): Starting position of the song fragment. Required
Constraints: >= 0, <= 1
Default: 0
Example: 0
song_section_end (number): Ending position of the song fragment. Required
Constraints: >= 0, <= 1
Default: 1
Example: 1
lyrics_placement_start (number): Starting position for lyrics placement. Required
Constraints: >= 0, <= 1
Example: 0
lyrics_placement_end (number): Ending position for lyrics placement. Required
Constraints: >= 0, <= 1
Example: 0.95
prompt_strength (number): Strength of the prompt. Required
Constraints: >= 0, <= 1
Default: 0.5
Example: 0.5
clarity_strength (number): Clarity strength. Required
Constraints: >= 0, <= 1
Default: 0.25
Example: 0.25
lyrics_strength (number): Lyrics strength. Required
Constraints: >= 0, <= 1
Default: 0.5
Example: 0.5
generation_quality (enum): Quality of generation. Required
Possible Values: 0.25, 0.5, 0.75, 1
Default: 0.75
Example: 0.75
seed (number): Random seed. Required
Default: -1
Example: -1
bypass_prompt_optimization (boolean): Whether to skip prompt optimization. Required
Default: false
Example: false

Request

Header Params
Authorization
string 
required
Example:
Bearer {{api-key}}
Body Params application/json
gen_params
object 
required
prompt
string 
required
Musikgenerierte Stichworte, z. B. Rock, Pop-Soul, Elektronik
lyrics
string 
required
[Verse 1] In the silence, echoes fade, footsteps in the ground Time's slipping, memories made, with whispers all around As the stars dim, shadows play, we take our final bow
lyrics_type
enum<string> 
required
Allowed values:
instrumentalgenerateuser
bypass_prompt_optimization
boolean 
required
Whether to skip prompt word optimization, default: false
seed
integer 
required
-1
song_section_start
number 
required

= 0 <= 1

song_section_end
number 
required

= 0 <= 1

lyrics_placement_start
number 
required

= 0 <= 1

lyrics_placement_end
number 
required

= 0 <= 1

prompt_strength
number 
required

= 0 <= 1

clarity_strength
number 
required

= 0 <= 1

lyrics_strength
number 
required

= 0 <= 1

generation_quality
enum<number> 
required
Allowed values:
0.250.50.751
negative_prompt
string 
required
model_type
enum<string> 
required
Allowed values:
udio32-v1.5udio130-v1.5
config
object 
required
Example
{
  "gen_params": {
    "prompt": "The last song ever sung on the planet earth",
    "lyrics": "",
    "lyrics_type": "generate",
    "bypass_prompt_optimization": false,
    "seed": -1,
    "song_section_start": 0.4,
    "prompt_strength": 0.5,
    "clarity_strength": 0.25,
    "lyrics_strength": 0.5,
    "generation_quality": 0.75,
    "negative_prompt": "",
    "model_type": "udio32-v1.5",
    "config": {
      "mode": "regular"
    }
  }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cometapi.com/udio/generate-proxy' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
  "gen_params": {
    "prompt": "The last song ever sung on the planet earth",
    "lyrics": "",
    "lyrics_type": "generate",
    "bypass_prompt_optimization": false,
    "seed": -1,
    "song_section_start": 0.4,
    "prompt_strength": 0.5,
    "clarity_strength": 0.25,
    "lyrics_strength": 0.5,
    "generation_quality": 0.75,
    "negative_prompt": "",
    "model_type": "udio32-v1.5",
    "config": {
      "mode": "regular"
    }
  }
}'

Responses

🟢200Successful Response
application/json
Body
code
string 
required
API response status code
message
string 
required
Prompt message
data
string 
required
Return data
Example
{
    "code": "success",
    "message": "",
    "data": "736a6f88-bd29-4b1e-b110-37132a5325ac"
}
Previous
Batch query tasks
Next
Task query
Built with