POST
/
kickoff
curl --request POST \
--url https://your-actual-crew-name.crewai.com/kickoff \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"inputs": {
"budget": "1000 USD",
"interests": "games, tech, ai, relaxing hikes, amazing food",
"duration": "7 days",
"age": "35"
},
"meta": {
"requestId": "travel-req-123",
"source": "web-app"
}
}'
{
  "kickoff_id": "abcd1234-5678-90ef-ghij-klmnopqrstuv"
}

Authorizations

Authorization
string
header
required

📋 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

application/json

Response

200
application/json

Crew execution started successfully

The response is of type object.