Skip to main content
POST
/
v1
/
process-email
Real Time Email
curl --request POST \
  --url https://api.revenuebase.ai/v1/process-email \
  --header 'Content-Type: application/json' \
  --header 'x-key: <api-key>' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-key
string
header
required

Your API key. Get one in the dashboard under Settings → API Keys.

Query Parameters

metadata
boolean
default:false

Include detailed metadata in response

Body

application/json
email
string<email>
required

Response

Successful Response