Get image
GET/image/:id
Returns URL of image of givend id
Request
Path Parameters
id stringrequired
Query Parameters
dl boolean
Make your image url downloadable by browser
Responses
- 200
- 404
Image found
- application/json
- Schema
- Example (from schema)
Schema
image_url string
URL to the rendered image.
{
"image_url": "string"
}
Image not found
Loading...