Prompt2Model Query API Reference

GET/POST/ai/pigeon/query

Description

You can use the task ID obtained from the Prompt2Model task API to query the corresponding generation result via this API.

Request Parameters

Parameter

Type

Required

Description

taskId

String

Yes

A unique task ID. The generation result corresponding to the task ID can be queried.

Sample Request

{"taskId":"e00da6b4-3b05-4bc9-9816-60df68cbdcc4"}

Response Parameters

Parameter

Type

Description

width

Number

Image width

height

Number

Image height

imageList

Object[]

index

Image index(0-7)

imageUrl

The URL of the generated image.

Sample Response

{
  "data": {
    "usage": 0,
    "taskId": "e00da6b4-3b05-4bc9-9816-60df68cbdcc4",
    "taskStatus": "finished",
    "taskResult": [
      {
        "usage": 1,
        "taskStatus": "finished",
        "taskResult": "{\"result\":\"{\\\"data\\\":{\\\"message\\\":[],\\\"usageMap\\\":\\\"{\\\\\\\"usage\\\\\\\":1}\\\",\\\"structData\\\":{\\\"width\\\":768,\\\"imageList\\\":[{\\\"index\\\":0,\\\"url\\\":\\\"https://aib-image.oss-ap-southeast-1.aliyuncs.com/portrait_generation_result%2FHelp%20me%20generate%20an%20%2F4%3A3_0_3655171827_20250618113410265.png?OSSAccessKeyId=LTAI5tSEGjGp5wixZgHLc3bV&Expires=4966889650&Signature=%2FMxmkjDRVK%2FdNEpsOKmUrv19X5U%3D\\\"}],\\\"usageMap\\\":\\\"{\\\\\\\"usage\\\\\\\": 1}\\\",\\\"height\\\":1024}},\\\"success\\\":true,\\\"requestId\\\":\\\"2101406717502176512756208d1d14\\\"}\",\"usage\":1,\"usageMap\":\"{\\\"usage\\\":1}\"}"
      }
    ]
  },
  "code": "0",
  "request_id": "212a6bb617502177176112100",
  "_trace_id_": "0bb7408b17502177174141386e0f9c"
}

Errors

Error

Code

Error Message

Description

500

system error

Internal system error.

501

rate limit exceed

The current interface has reached the current limit. Please contact us via Discord or email us ([email protected]) to increase the current limit value.

700

invalid input

The format of the input parameters does not meet the requirements.

701

Clothing image dowloading failed, please try another input.

Clothing image dowloading failed, please try another input.

702

model failed

Internal call exception,please contact us via Discord or email us ([email protected]) for troubleshooting.

1000

content has sensitive data, please try other input.

Content has sensitive data, please try other input.

1001

content control failed, please retry.

Content control failed, please retry. If the error persists,please contact us via Discord or email us ([email protected]).

1002

content risk filter failed, please contact us.

Content risk filter failed. Please contact us via Discord or email us ([email protected]).

Last updated

Was this helpful?