Get Images in Base64 Format
GET
https://apis.autobg.ai/public/api/v1/images/getImagesBase64
was provided as an input in the Upload Image API in Base64 format.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apis.autobg.ai/public/api/v1/images/getImagesBase64?picID=5006' \
--header 'Authorization;'
Response Response Example
{
"status": false,
"message": "You are not Authorized"
}
Request
Query Params
picID
number
required
intend to retrieve.It should be passed along with api as query param.
Example:
5006
Responses
Modified at 2025-04-07 13:20:12