curl--location--request GET 'https://open.nolibox.com/prod-open-aigc/open/monkey/infer_info?id=' \
--header'Authorization: Basic xxxxxxxxxx' \
--header'Content-Type: application/json'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
id
string
必需
hrefs
array[string]
必需
prompt
string
必需
name
string
必需
status
integer
必需
seed
integer
必需
createdTimestamp
integer
必需
msg
string
必需
示例
{"code":0,"data":{"id":"63ee502d175e832f69d107d1","hrefs":["https://static.infmonkeys.com/frame/artworks/522b64d8ae1111ed86bc00163e73b6a8.png","https://static.infmonkeys.com/frame/artworks/5262d95eae1111ed86bc00163e73b6a8.png","https://static.infmonkeys.com/frame/artworks/527f3b4eae1111ed86bc00163e73b6a8.png","https://static.infmonkeys.com/frame/artworks/529a59ecae1111ed86bc00163e73b6a8.png"],"prompt":"a hansome boy RENWU","name":"open-test-infer1","status":2,"seed":-1,"createdTimestamp":1676562478},"msg":"success"}