Pedro Lourenco
12/12/2025, 1:59 PMVapi Support Bot
12/12/2025, 2:00 PMtimeoutSeconds parameter, which should let you set a custom timeout for your API calls.
If your configuration looks like this but still times out after 5 seconds, the issue may be outside the documented settings:
json
{
"type": "apiRequest",
"url": "https://your.api/endpoint",
"method": "POST",
"timeoutSeconds": 20
}
If the timeout is not being respected, please contact Vapi support directly, as the documentation does not mention a workaround for this issue.
For reference, see the [API Request node documentation](https://docs.vapi.ai/workflows/nodes/api-request).
Source:
- [API Request Node Documentation](https://docs.vapi.ai/workflows/nodes/api-request)Pedro Lourenco
12/12/2025, 2:01 PMTremix
12/12/2025, 6:31 PMPedro Lourenco
12/12/2025, 8:30 PMTremix
12/12/2025, 9:58 PMPedro Lourenco
12/13/2025, 8:50 AMTremix
12/13/2025, 9:11 PMPedro Lourenco
12/15/2025, 6:34 AMTremix
12/15/2025, 11:36 AM