Authorizations
📋 Reference Documentation - The tokens shown in examples are placeholders for reference only.
Use your actual Bearer Token or User Bearer Token from the CrewAI Enterprise dashboard for real API calls.
Bearer Token: Organization-level access for full crew operations User Bearer Token: User-scoped access with limited permissions
Body
Key-value pairs of all required inputs for your crew
{
"budget": "1000 USD",
"interests": "games, tech, ai, relaxing hikes, amazing food",
"duration": "7 days",
"age": "35"
}
Additional metadata to pass to the crew
{
"requestId": "user-request-12345",
"source": "mobile-app"
}
Callback URL executed after each task completion
"https://your-server.com/webhooks/task"
Callback URL executed after each agent thought/action
"https://your-server.com/webhooks/step"
Callback URL executed when the crew execution completes
"https://your-server.com/webhooks/crew"
Response
Crew execution started successfully
Unique identifier for tracking this execution
"abcd1234-5678-90ef-ghij-klmnopqrstuv"