Step 1: Sign Up

Create an account or sign in at app.deepxl.ai.

Step 2: Create an API Key

  1. Navigate to the API Keys section in your dashboard
  2. Click “Create New API Key”
  3. Give your key a name and copy it to a secure location

Step 3: Make Your First API Call

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'