Skip to main content

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

Image found

Schema
    image_url string

    URL to the rendered image.

Loading...