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 sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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
}'
Modified at 2025-08-26 02:20:20