文字识别VLM
Parse image
POST
授权
请求体
支持以下两种请求格式:
-
Content-Type: application/octet-stream
请求体为本地文件的二进制流,非 FormData 或其他格式
-
Content-Type: text/plain
请求体为文本,内容为在线文件的URL链接(支持http以及https协议)。
支持的文件格式:图片(png, jpg, jpeg, bmp, tiff, webp)。 单个文件大小不超过50M。
The body is of type file.

