# Mathify API ## Docs - [Get a single eval pipeline run](https://mathify.dev/docs/api-reference/evals/get-a-single-eval-pipeline-run.md) - [Get all issues for an eval pipeline run](https://mathify.dev/docs/api-reference/evals/get-all-issues-for-an-eval-pipeline-run.md): Flat list of issues across all eval runs in the pipeline. - [Get the latest eval pipeline run for a fragment](https://mathify.dev/docs/api-reference/evals/get-the-latest-eval-pipeline-run-for-a-fragment.md) - [Get a fragment](https://mathify.dev/docs/api-reference/fragments/get-a-fragment.md) - [Get a fresh signed video URL](https://mathify.dev/docs/api-reference/fragments/get-a-fresh-signed-video-url.md): Refreshes the stored signed URL if it has expired (24h TTL). - [Apply a music track to a rendered fragment](https://mathify.dev/docs/api-reference/music/apply-a-music-track-to-a-rendered-fragment.md): Kicks off an async Cloud Run job. - [Get the latest music job status for a fragment](https://mathify.dev/docs/api-reference/music/get-the-latest-music-job-status-for-a-fragment.md) - [List the active music catalog](https://mathify.dev/docs/api-reference/music/list-the-active-music-catalog.md) - [Create a project](https://mathify.dev/docs/api-reference/projects/create-a-project.md): Requires a user API key and a positive credits balance (or a usage-based subscription). See https://mathify.dev/pricing. - [Get a project](https://mathify.dev/docs/api-reference/projects/get-a-project.md) - [List a project's fragments](https://mathify.dev/docs/api-reference/projects/list-a-projects-fragments.md) - [List projects](https://mathify.dev/docs/api-reference/projects/list-projects.md) - [Send a message and start a generation](https://mathify.dev/docs/api-reference/projects/send-a-message-and-start-a-generation.md): Starts an async generation job. - [Authentication](https://mathify.dev/docs/authentication.md): How to authenticate requests to the Mathify API. - [Errors](https://mathify.dev/docs/errors.md): Status codes and error response shape. - [Introduction](https://mathify.dev/docs/introduction.md): The Mathify API generates math animations from natural language prompts. - [N8N examples](https://mathify.dev/docs/n8n-examples.md): Automating Mathify generation from an N8N workflow. - [Quickstart](https://mathify.dev/docs/quickstart.md): Generate your first animation in three requests. ## OpenAPI Specs - [openapi](https://mathify.dev/docs/openapi.json)