Query parameters

  • image string(uri) Required

    URL of the image to process

  • size integer

    Output size (width and height)

    Minimum value is 16, maximum value is 1024. Default value is 256.

Responses

  • 200 image/svg+xml

    SVG image

GET /v1/images/circle
curl \
 --request GET 'https://api.4mina.app/v1/images/circle?image=https%3A%2F%2Fexample.com' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
string