AnyInt Docs
Media & Music

Overview

AI Music is a live AnyInt product surface published under /suno/. It is designed for song generation and transformation workflows, not generic text or image inference.

AI Music is a live AnyInt product surface published under /suno/*. It is designed for song generation and transformation workflows, not generic text or image inference.

Base URL

https://gateway.api.anyint.ai

Authentication

Authorization: Bearer <ANYINT_API_KEY>

Unified response format

{
  "code": 200,
  "msg": "success",
  "data": {}
}

Main capability groups

GroupWhat it includes
Createnew songs, lyric generation, continuation
Transformcovers, upload-based continuation, add vocals, add accompaniment
Identitypersona creation and reuse
Post-processcover art, timestamped lyrics, stems, WAV export, MV export
Task managementpolling and webhooks

Supported model labels

ValuePositioningMax duration
V4base4 minutes
V4_5faster generation8 minutes
V4_5PLUSstronger vocal character8 minutes
V4_5ALLstronger structure8 minutes
V5latest quality tier8 minutes

Typical lifecycle

  1. submit a task such as /suno/generate or /suno/upload-cover
  2. store the returned taskId
  3. wait for a webhook or poll a /suno/query/* route
  4. use the returned audioId for follow-up jobs such as persona creation, stems, WAV, or MV

When to use AI Music vs Media APIs

Use AI Music when:

  • the output is a song, cover, lyric package, or stem split
  • you need persona reuse across tracks
  • you want music-specific exports such as timestamped lyrics, WAV, or MV

Use Media APIs when:

  • you need generic image generation
  • you need generic image-and-audio-to-video workflows
  • the job is not tied to a music task lifecycle

On this page