stable-image/upscale/result
GET
/v2alpha/generation/stable-image/upscale/result/{id}Fetch the result of an upscale generation by ID. Make sure to use the same API key to fetch the generation result
that you used to create the generation, otherwise you will receive a 404
response.
How is progress reported?
Your generation is either in-progress
(i.e. status code 202
) or it is complete (i.e. status code 200
).
We may add more fine-grained progress reporting in the future (e.g. a numerical progress).
How long are results stored?
Results are stored for 24 hours after generation. After that, the results are deleted.
Request
Path Params
id
string
required
Header Params
authorization
string
required
accept
string
optional
Request samples
Responses
The upscale was successful.(200)
Your upscale generation is still in-progress.(202)
Something about your request is invalid, see the `errors` field for details.(400)
Your request was flagged by our content moderation system.(403)
No generation found for the provided ID.(404)
An internal error occurred. If the problem persists [contact support](https://platform.stability.ai/support).(500)
The upscale was successful.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 8 months ago