Browse ModelsMureka AIMureka AI Describe Song

Mureka Ai Describe Song

Mureka Ai Describe Song

Playground

Try it on WavespeedAI!

Mureka AI Describe Song is a fast AI music analysis model that describes songs via the official Mureka API. Ready-to-use REST inference API for song description, music analysis, genre and mood understanding, audio metadata workflows, catalog tagging, creative music discovery, and professional music processing with simple integration, no coldstarts, and affordable pricing.

Features

Mureka AI Describe Song

Mureka AI Describe Song analyzes an uploaded audio track and generates a natural-language description of the song. It is suitable for music analysis, genre and mood understanding, metadata enrichment, catalog workflows, and other audio understanding tasks.


Why Choose This?

  • Song description workflow Generate a descriptive summary of an uploaded song or music clip.

  • Music analysis support Useful for understanding style, instrumentation, mood, arrangement, and overall sonic character.

  • Simple audio input Upload a single audio file and get a descriptive analysis without extra configuration.

  • Useful for metadata workflows Supports catalog enrichment, content tagging, discovery workflows, and professional music processing pipelines.

  • Production-ready API Easy to integrate into music tools, media workflows, and audio analysis systems.


Parameters

ParameterRequiredDescription
audioYesInput audio track to analyze and describe.

How to Use

  1. Upload your audio — provide the song or music clip you want to analyze.
  2. Submit — run the description request.
  3. Review the result — use the returned song description in your workflow.

Example Use Case

Upload a music clip to generate a descriptive summary for catalog tagging, playlist curation, or metadata enrichment.


Pricing

Just $0.10 per request.

Billing Rules

  • Each description request costs $0.10
  • Pricing is fixed per request

Best Use Cases

  • Music description — Generate natural-language summaries of songs and audio tracks.
  • Genre and mood analysis — Understand the overall feel and style of a track.
  • Metadata enrichment — Add descriptive text to music catalogs and media libraries.
  • Discovery workflows — Support search, recommendation, and playlist organization.
  • Audio analysis pipelines — Use descriptions as part of larger music-processing systems.

Pro Tips

  • Upload clear audio for better descriptive results.
  • Use the cleanest source clip available when possible.
  • Full tracks or representative excerpts usually produce more useful descriptions.
  • Avoid heavily distorted, noisy, or very low-quality uploads when accuracy matters.

Notes

  • audio is required.
  • Pricing is fixed at $0.10 per request.
  • Very noisy, low-quality, or heavily mixed audio may reduce description quality.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/mureka-ai/describe-song" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
audiostringYes--Audio URL to describe. Mureka accepts mp3/m4a URLs; this field is mapped to url.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsobjectArray of structured result objects.
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.