Send your API key
Use the HTTP bearer authentication scheme:401 Unauthorized when the header is missing or the key is
invalid.
Keep API keys private
Store API keys in your deployment’s secret manager or environment:Account-scoped resources
Asynchronous capture status and download URLs are account-scoped. Requests for missing, malformed, or another account’s capture identifier return404 Not Found. Treat capture and cloud-storage destination identifiers as opaque
values.
Download authentication
The stabledownload_url returned for a completed asynchronous capture requires
your Snapsnip API key. After authorization, the API redirects to a short-lived
URL on downloads.snapsnip.io.
Clients must:
- Send
Authorizationonly toapi.snapsnip.io. - Follow the temporary redirect.
- Remove
Authorizationwhen the hostname changes. - Request a fresh redirect from the stable API URL when retrying later.