apiosk_execute
Execute any Apiosk API by slug through one consistent endpoint. Supply input, query, path parameters, or an explicit operation to run the API and receive settled results.
Instructions
Execute any Apiosk API by slug through the uniform /execute contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Apiosk API slug. | |
| input | No | Raw JSON body for the default operation, or the envelope input field when operation is provided. | |
| query | No | Optional query override when using the execute envelope. | |
| operation | No | Optional explicit operation id or path. | |
| path_params | No | Optional path parameter override when using the execute envelope. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||