Get smart edit job result
Get smart edit job result
Path Parameters
- jobId string required
Responses
- 200
- 401
- 404
Smart edit job result
- application/json
- Schema
- Example (from schema)
Schema
- jobId string required
The ID of the smart edit job.
- status string required
Possible values: [
processing,completed,failed]Status of the smart edit job. One of "processing", "completed", "failed".
- result string
This field contains the generated text output. The content grows progressively while the task is processing until it reaches completed/failed status. If the module failed, this field will contain a human-readable reason.
{
"jobId": "ec40b282-8cf3-4659-9976-50d411203c2f",
"status": "completed",
"result": "string"
}
Authentication problem.
Smart edit job with given ID wasn't found.
Loading...