Revoke URL base
Authorization
ApiKeyAuth AuthorizationBearer <token>
API key from Settings → API Keys.
In: header
Path Parameters
id*string
Response Body
application/json
curl -X DELETE "https://example.com/api/v1/templates/string/url_base"{ "url_base": null}Generate URL base POST
Creates a random, opaque 16-character token for the template used to construct on-demand signed URLs. If the template already has a `url_base`, this **replaces** it and **invalidates every signed URL** that used the old token. See [On-demand URLs](/docs/api/on-demand-urls).
List renders GET
Returns renders for your team, newest first. Supports cursor-based pagination. To paginate, pass the `next_cursor` from one response as the `cursor` in the next request. `next_cursor` is `null` when there are no more pages.