Url to image

POST

/api/url-to-image

Convert URL to Image

Convert a given URL to an image.

Request Body

linkstring

Example: "https://tinyapis.io"
Status codeDescription
200Successful response
400Bad request
curl
curl -X POST "https://tinyapis.io/api/url-to-image" \
  -d '{
  "link": "https://tinyapis.io"
}'
Example Response
null