Skip to main content

Base URL

https://api.automindz.co

Authentication

All endpoints require a Bearer token in the Authorization header.
Authorization: Bearer <your-api-key>
Contact the Automindz team to get your API key.

Request format

All request bodies use JSON. Set the Content-Type header:
Content-Type: application/json

Rate limits

All API keys are subject to rate limits. Current defaults:
PlanRequests per minuteConcurrent runs
Free102
Pro6010
EnterpriseCustomCustom
If you exceed the rate limit, the API returns 429 Too Many Requests. Wait and retry with exponential backoff.

Error responses

HTTP statusDescription
401Invalid or missing API key
422Request validation failed — check the request body
429Rate limit exceeded — wait and retry
503Authentication service temporarily unavailable