Skip to content

Instantly share code, notes, and snippets.

@hkboujrida
Created April 1, 2025 10:04
Show Gist options
  • Save hkboujrida/ced1f8bd126701ae42cf09276e9cac05 to your computer and use it in GitHub Desktop.
Save hkboujrida/ced1f8bd126701ae42cf09276e9cac05 to your computer and use it in GitHub Desktop.
curl -X POST \
-H "Ocp-Apim-Subscription-Key: YOUR_DOCUMENT_INTELLIGENCE_SUBSCRIPTION_KEY" \
-H "Content-Type: multipart/form-data" \
-F "file=@c:/data/example.pdf" \
"YOUR_DOCUMENT_INTELLIGENCE_ENDPOINT/documentintelligence/rest/v1.0-preview/custom/models/YOUR_MODEL_GUID/analyze"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment