Request
Body Params application/json
{
"file_url": "https://file.302ai.cn/gpt/imgs/20250822/72b0a6687ee3a59071038982f8931ecc.pdf",
"prompt_mode": "prompt_grounding_ocr",
"temperature": 0.1,
"top_p": 1
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/v2/dots_ocr/task' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_url": "https://file.302ai.cn/gpt/imgs/20250822/72b0a6687ee3a59071038982f8931ecc.pdf",
"prompt_mode": "prompt_grounding_ocr",
"temperature": 0.1,
"top_p": 1
}'
Responses
{
"task_id": "75cc002c-e7c8-4b5f-9e4c-d5bdc651f8ca"
}
Modified at 2026-01-14 11:19:35