POST
v1
/
image2text
curl --request POST \
  --url http://localhost:9000/api/v1/image2text \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "text": "<string>"
}

Request Body

file
file

image file to convert

Response

text
string

scanned text