Get Infinity Image

Get Infinity Image

GET https://pub-api.mojo.vn/srv/publish/api/art_v5/getImage

Headers

Name
Type
Description

Content-Type*

application/json

Authorization*

Bearer apikey,

API_KEY

Request Body

Name
Type
Description

id*

String

ImageID

{
    "success": true,
    "data": {
        "prompt": "Image Prompt",
        "ar": "Image ar",
        "style": "Image Style",
        "created": "dateTime",
        "created_by": "id"
    },
    "url": "ImageURL"
}

curl --location --request GET 'https://pub-api.mojo.vn/srv/publish/api/art_v5/getImage' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json' --data '{ "id": "ImageID" }'

Get Infinity ImageGenerate is pending or in queue

If the image generate is pending or in queue, this API response data like this:

{
    "success": true
}

Last updated