Português (BR)
Iniciar a execução da crew
cURL
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" }
📋 Referência - Os tokens mostrados são apenas exemplos. Use seus tokens reais do painel do CrewAI Enterprise.
Execução iniciada com sucesso
The response is of type object.
object
Esta página foi útil?