Endpoints
v1/status/:request_id
Get the status of the request
API key
Create your account on RandomSeed & grab your api key
Headers
Your API key. This is required by most endpoints to access our API programatically. You can get your api key by clicking on ‘API reference’ tab under your profile icon.
Params
Your request id from txt2img or img2img endpoint. It should be located in the response payload under response["result"]["id"]
Response
How long it took to process the request
Request id
Status of the response. Can be one of IN_QUEUE
, IN_PROGRESS
, FAILED
, COMPLETED