For the complete documentation index, see llms.txt. This page is also available as Markdown.

Image

Get Image

get

Retrieves image information using the image ID.

imageUrl is provided by the CDN, and image options can be specified with the Query Parameters below.

CDN Query Parameter

  • w : Width in pixels. If h is given, it scales down with the same aspect ratio. If both are absent, the original size is used.

  • h : Height in pixels. If w is given, it scales down with the same aspect ratio. If both are absent, the original size is used.

  • f : Output format. jpeg, jpg, png, webp. If absent: original format.

  • q : Compression quality. Default value: 85

Authorizations
Path parameters
idstringRequired

Image ID

Responses
200

All responses return 200 (including success and failure) (5xx is exposed only in error conditions)

application/json
anyOptional
get/api/v1/images/{id}
200

All responses return 200 (including success and failure) (5xx is exposed only in error conditions)

No content

Last updated

Was this helpful?