Skip to main content

AI Mix Analysis API for agents and developers

MixMaster Pro Agent API

The Mix Analysis API delivers AI-powered mix analysis for ChatGPT, Claude, Gemini, Perplexity, and custom agents. Agents receive scores and grades; users open MixMaster Pro for the full analysis experience.

Machine-readable: OpenAPI · Agent manifest

Agent workflow

Agents receive the mix score and grade. Users visit MixMaster Pro for the complete analysis, mentor, and certificate flows.

  1. 1

    Authenticate

    Existing user authorizes your agent and you receive a Bearer token.

  2. 2

    Upload audio

    Create a presigned upload, PUT the mix file, then reference upload_id.

  3. 3

    Start analysis

    POST /agent-api/analyses to queue a job using the same backend as the UI.

  4. 4

    Poll status

    GET /agent-api/analyses/{job_id} until status is completed. analysis_url is in that response.

  5. 5

    Return results

    Share mix_score, grade, certificate eligibility, and analysis_url with the user.

Mix score and certificate

Agents receive a numeric mix score and grade label matching the Share Analysis Score certificate product. Scores of 80 and above qualify for public certificates on MixMaster Pro.

ScoreGradeCertificate
90+EXCEPTIONAL-
85+EXCELLENT-
80+VERY GOODEligible
75+GOOD MIX-
70+DECENT MIX-

Example agent result

87

EXCELLENT

certificate_available: true

analysis_url: mixmasterpro.io/studio/analysis.details/...

Trust signals

Producer reviews

Read verified testimonials from mix engineers and producers on our public reviews page.

Capability pages

Deep dives on mix analysis, reference comparison, revision feedback, and Maya mentor coaching.

Latest articles

Learning Center guides for mix analysis and music production.

Browse all articles

Frequently asked questions

Build your agent integration

Technical docs, OpenAPI, rate limits, and copy-paste examples for developers.