Sign up at http://crudapi.ai/api/platform/auth/register to get your API key.
POST http://crudapi.ai/api/platform/auth/register
{
"email": "your@email.com",
"password": "secure_password"
}
Browse available services at /services
Popular services:
POST http://crudapi.ai/api/business/crm/
Authorization: Bearer YOUR_JWT_TOKEN
{
"first_name": "John",
"last_name": "Smith",
"email": "john@example.com"
}
CRUDAPI APIs are designed to be used directly by LLM agents. Each service enforces
a consistent schema to prevent data drift. If you need additional fields, use the
/futurerequest endpoint to request features.