Step 1: Sign Up
Create an account or sign in at app.deepxl.ai.Step 2: Create an API Key
- Navigate to the API Keys section in your dashboard
- Click “Create New API Key”
- Give your key a name and copy it to a secure location
Get started with DeepXL API in minutes
curl -X 'POST' \
'https://api.deepxl.ai/v1/analyze' \
-H 'accept: application/json' \
-H 'Content-Type: multipart/form-data' \
-F 'model=documents-model' \
-F 'file=my-document.pdf;type=application/pdf'