Guides

Jeneration Status

Check generation status by track ID.

URL: https://app.jenmusic.ai/api/v3/public/generation_status/:trackid

Method: GET

Response

Returns the generation status of the track: waiting, generating, generated or error.

Once the track is generated, the response will also include a URL where the file is stored. The file will remain available in storage for 24 hours.

{
    "data": {
        "id": "402dc1ad-4eef-43be-34567",
        "status": "generated",
        "url": "https://app.jenmusic.ai/cdn/streaming/402dc.../index.mp3"
    }
}