Automatic purchase of concurrency lines
Would it be possible to trigger automatic purchase of a concurrency line in VAPI with API?
POST /subscription/your-subscription-id/concurrency
Content-Type: application/json
Authorization: Bearer your-auth-token
{
"quantity": 5
}