API launch
Start a Launch programmatically from your own applications and scripts. Wrk supports two API launch patterns depending on whether you need a response in the same call.
API launch types
- Sync API: call an endpoint and wait for a response from the Wrkflow
- Async API: call an endpoint and receive an immediate launch acknowledgment
Related resources
- API Keys: generate and manage your account API key
- Wrk Basic API — Launch a Wrkflow
- Launch API how-to