Provider Notes
Field Definitions
text
action
enum<string>
Task type
Optional
Enum Values:
IMAGINE
UPSCALE
VARIATION
REROLL
DESCRIBE
BLEND
description
string
Task description
Optional
failReason
string
Failure reason
Optional
finishTime
integer
<int64>
End time
Optional
id
string
ID
Optional
imageUrl
string
Image URL
Optional
progress
string
Task progress
Optional
prompt
string
Prompt
Optional
promptEn
string
Prompt in English
Optional
properties
object
Optional
startTime
integer
<int64>
Start time
Optional
state
string
Custom Parameters
Optional
status
enum<string>
Task status
Optional
Enum Values:
NOT_START
SUBMITTED
IN_PROGRESS
FAILURE
SUCCESS
submitTime
integer
<int64>
Submission time
OptionalExample
json
{
"action": "IMAGINE",
"description": "string",
"failReason": "string",
"finishTime": 0,
"id": "string",
"imageUrl": "string",
"progress": "string",
"prompt": "string",
"promptEn": "string",
"properties": {},
"startTime": 0,
"state": "string",
"status": "NOT_START",
"submitTime": 0
}