Overview
The Recepta API is a REST API that lets you integrate Recepta into your own applications, CRMs, AI agents, and automation workflows. Base URL:https://api.recepta.ai/api/v1
Authentication
All endpoints require an API key in thex-api-key header:
Rate Limits
| Plan | Requests / Minute |
|---|---|
| Free | 30 |
| Starter | 60 |
| Growth | 300 |
| Enterprise | 1,000 |
X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers. Exceeding the limit returns 429 Too Many Requests with a Retry-After header.
Errors
All errors use this format:| Code | Meaning |
|---|---|
| 400 | Bad Request — invalid or missing parameters |
| 401 | Unauthorized — invalid or missing API key |
| 403 | Forbidden — API key lacks required permission |
| 404 | Not Found — resource does not exist |
| 429 | Rate Limited — too many requests |
| 500 | Server Error — try again later |

