Shotstack
Connector for the shotstack API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.shotstack.io/v1 - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
getassetbyrenderid— GET /assets/render/{id} — Get Asset by Render IDgetasset— GET /assets/{id} — Get Assetgetrender— GET /render/{id} — Get Render Statusdeleteasset— DELETE /assets/{id} — Delete Assetpostrender— POST /render — Render Asset
Inputs
apiKey— your shotstack API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getassetbyrenderid
apiKey: <your key>