v1
latestOpenAPI 3.0.32026-07-264616.2 KBGet Required Inputs
📋 Reference Example Only - This shows the request format. To test with your actual crew, copy the cURL example and replace the URL + token with your real values.
Retrieves the list of all required input parameters that your crew expects for execution. Use this endpoint to discover what inputs you need to provide when starting a crew execution.
get/inputs
Response
Successfully retrieved required inputs
Example response
{
"inputs": [
"budget",
"interests",
"duration",
"age"
]
}