Skip to main content
GET
/
media
/
image
/
{imageId}
Retrieve image URL
curl --request GET \
  --url https://app.myhero.so/media/image/{imageId} \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Returns a signed Supabase URL for the image identified by imageId. The cached signed URL is reused if still valid; otherwise a new one is generated and persisted. Requires read access to the document the image belongs to.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

imageId
string
required
Minimum string length: 1

Response

200 response

The response is of type string.