Interactive Playground

API Playground

Test the Inbora API directly in your browser. Enter your API key and email credentials to make a live request.

Security Notice

Use Gmail App Passwords, not your main password. Requests go directly from your browser to the API. We do not log your credentials.

Request Configuration

Your Inbora API key starting with INB

Create a Gmail App Password at myaccount.google.com

Filter emails by sender address

Generated cURL
curl -X POST https://api.inbora.dev/v1/extract \
  -H "Authorization: Bearer INBX..." \
  -H "Content-Type: application/json" \
  -d '{
    "email": "user@gmail.com",
    "password": "app-password",
    "extraction_type": "otp",
    "max_emails": 10
  }'

Response

Response will appear here