Skip to main content

API reference

The Mabyduck API lets you manage datasets, experiments, rubrics, and more programmatically. All endpoints are served at https://api.mabyduck.com and require authentication via an API key.

Authentication

Include your API key in the Authorization header of every request:

Authorization: Api-Key YOUR_API_KEY

You can generate API keys from your project settings.

OpenAPI specification

The full API reference below is generated from an OpenAPI 3.1 schema. You can download the schema in JSON or YAML format using the button above and import it into tools like Postman, Insomnia, or any OpenAPI-compatible client.