Get uploaded image information

get /text/Image
This endpoint retrieves information about an uploaded image, including its public URL, metadata, and alt text if available.

Requirements

Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Parameter Name Type Description
storeId string, optional The unique identifier of the store to which the image is associated.
language string, optional The language code for retrieving the image's alt text in a specific language.
imageId string, required The unique identifier for the image.
includeUpdateHistory boolean, optional Indicates whether to include the update history of the alt text. Defaults to false.

Example API Request

Response

200
400
404
500
//Returns the details of the image, including its URL, alt text, and other related metadata.
//If the request contains invalid parameters.
//If the specified image cannot be found with the given imageId or other parameters.
//The server encountered an error when processing the request.