Authorization: Bearer ********************{
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "晚上好"
}
],
"max_tokens": 1688,
"temperature": 0.5,
"stream": false
}curl --location 'https://vip.yi-zhan.top/task/gi/ocr' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "晚上好"
}
],
"max_tokens": 1688,
"temperature": 0.5,
"stream": false
}'{
"status": 200,
"data": {
"completed_at": 1742670627,
"created_at": 1742670626,
"download_time": 488,
"err_info": "",
"foreground_rect": {
"x": 133,
"y": 110,
"width": 604,
"height": 952
},
"image": "https://wxtechsz.oss-cn-shen...",
"image_height": 1152,
"image_width": 864,
"output_type": 2,
"processed_at": 1742670626,
"progress": 100,
"result_type": "object",
"return_type": 1,
"state": 1,
"state_detail": "Complete",
"task_id": "3b950563-e53f-4036-a581-5a...",
"time_elapsed": 384.54998779296875,
"type": "auto"
}
}