POST
/
kickoff
Iniciar Execução da Crew
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"
  }
}'
{
  "kickoff_id": "abcd1234-5678-90ef-ghij-klmnopqrstuv"
}

Authorizations

Authorization
string
header
required

📋 Referência - Os tokens mostrados são apenas exemplos. Use seus tokens reais do painel do CrewAI Enterprise.

Body

application/json

Response

Execução iniciada com sucesso

The response is of type object.