Images
Fetch a cached image
Returns the raw bytes of a generated image. The image-cached events and data[].url values in generation responses point here; the token itself is the access credential (no API key needed) and expires after 1 hour, after which the endpoint returns 404.
GET
/api/v1/images/proxy/:tokenPath parameters
tokenrequiredstring
The image token issued in the generation response. Only UUID v4 is accepted; anything else returns 404.
UUID v4
Response examples