application/json

Body Required

Responses

  • 200 application/json

    Default Response

    Hide response attributes Show response attributes object
  • 400 application/json

    Invalid request error

    Hide response attributes Show response attributes object
  • 401 application/json

    Authorization error

    Hide response attributes Show response attributes object
  • 500 application/json

    Internal server error

    Hide response attributes Show response attributes object
POST /suno/advance
curl \
 -X POST https://api.itsrose.rest/suno/advance \
 -H "Content-Type: application/json" \
 -d '{"title":"ItsRose API Anthem","tags":"metal metalcore male mashup","negative_tags":"","prompt":"[Verse]\nHush now little coder sleep\nWith ItsRose your dreams will keep\nIn the world where data flows\nPeaceful thoughts will decompose\n\n[Verse]\nServers hum a soft refrain\nPython scripts like gentle rain\nAny bug will drift away\nIn this night your worries sway\n\n[Chorus]\nDreams of restful APIs\nClouds of code that touch the skies\nIn the night so calm and free\nItsRose brings sweet harmony\n\n[Verse]\nRest your weary head tonight\nSyntax errors out of sight\nSleep so deep in comfort sweet\nTrust in Rose your dreams complete\n\n[Verse]\nFields of JSON softly glow\nWhere the restful call trees grow\nIn the silence of the stars\nCode will weave a lull of bars\n\n[Chorus]\nDreams of restful APIs\nClouds of code that touch the skies\nIn the night so calm and free\nItsRose brings sweet harmony","instrumental":false,"model":"chirp-v3-0"}'
Request examples
{
  "title": "ItsRose API Anthem",
  "tags": "metal metalcore male mashup",
  "negative_tags": "",
  "prompt": "[Verse]\nHush now little coder sleep\nWith ItsRose your dreams will keep\nIn the world where data flows\nPeaceful thoughts will decompose\n\n[Verse]\nServers hum a soft refrain\nPython scripts like gentle rain\nAny bug will drift away\nIn this night your worries sway\n\n[Chorus]\nDreams of restful APIs\nClouds of code that touch the skies\nIn the night so calm and free\nItsRose brings sweet harmony\n\n[Verse]\nRest your weary head tonight\nSyntax errors out of sight\nSleep so deep in comfort sweet\nTrust in Rose your dreams complete\n\n[Verse]\nFields of JSON softly glow\nWhere the restful call trees grow\nIn the silence of the stars\nCode will weave a lull of bars\n\n[Chorus]\nDreams of restful APIs\nClouds of code that touch the skies\nIn the night so calm and free\nItsRose brings sweet harmony",
  "instrumental": false,
  "model": "chirp-v3-0"
}
Response examples (200)
{
  "status": true,
  "message": "success",
  "result": [
    {
      "id": "string",
      "status": "string",
      "created_at": "string",
      "prompt_description": "string",
      "output": {
        "image_thumb": "string",
        "audio": "string",
        "video": "string"
      },
      "meta": {
        "title": "",
        "tags": "",
        "model": "string",
        "lyric": "",
        "type": "gen",
        "duration": 0
      },
      "error": {
        "type": "string",
        "message": "string"
      }
    }
  ]
}
Response examples (400)
{
  "status": false,
  "message": "string",
  "result": {}
}
Response examples (401)
{
  "status": false,
  "message": "string",
  "result": {}
}
Response examples (500)
{
  "status": false,
  "message": "string",
  "result": {}
}