Skip to content
Last updated

🔨 In Development — This section is still being developed and may change.
Returns the organization logo image. This endpoint provides better caching and smaller JSON responses compared to embedding logos in API responses.
GEThttps://api.freddy.aitronos.com/v1/organizations/{organization_id}/logo

Path Parameters

organization_id string required

The organization ID.


Returns

Organization logo image binary data with appropriate Content-Type header. Returns 404 if no logo is available.

Bash
curl https://api.freddy.aitronos.com/v1/organizations/ORG_797C4DDB256A300C/logo \
  -H "Authorization: Bearer $FREDDY_API_KEY" \
  --output logo.png

Response headers

Text
Cache-Control: public, max-age=3600
ETag: "organization_id-hash"
Content-Type: image/png