Skip to main content
POST /img-to-txt Grabs the text from an image and returns it

Headers

NameValue
apikey28-Character API Key

Body

NameTypeDescription
image_urlstringThe image to get the text of
langstringThe language (Defaults to eng)

Response

  {
    "text": "Welcome to the server!\nPlease read the rules in #info.",
    "confidence": 87.45,
    "language": "eng",
    "original_image": "https://example.com/welcome-screenshot.png"
  }