AUTHENTICATION
All API requests require an API key. Create one in your API Settings. Pass the key as a Bearer token in the Authorization header:
API access is available on Pro, Business, and Enterprise plans. Free plan users can use the dashboard but cannot create API keys.
curl https://api.parsehook.com/v1/parse \
-H "Authorization: Bearer pa_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"email": "raw_email_stream_here"}'