Generate music with suno/chirp-v4-5-all
Generates music using the suno/chirp-v4-5-all model.
Authorization
BearerAuth API key is required to authorize requests. Create a key in the Atlas Cloud dashboard.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v1/model/generateAudio" \ -H "Content-Type: application/json" \ -d '{ "model": "suno/chirp-v4-5-all" }'{ "id": "string", "model": "string", "status": "string", "outputs": [ "string" ], "thumbnail": "string", "urls": {}}Last updated on