Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
REST APIRequirementsOverview

Requirements API

The Requirements API allows you to programmatically manage and interact with requirements in the Makinari platform.

Base URL

All Requirements API endpoints are relative to the base URL:

https://api.makinari.com/v1/requirements

Authentication

All API requests require an API key passed as a Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_KEY
Last updated on