Skip to content

API Documentation

Welcome to the Emailhook API documentation.

Quick Start

  1. Get your API key from Settings
  2. Create an inbox to get a custom email address
  3. Retrieve emails sent to your inbox

Base URL

https://api.emailhook.com/v1

Authentication

All API requests must include your API key in the Authorization header:

bash
curl -H "Authorization: Bearer apk_your_api_key_here" \
     https://api.emailhook.com/v1/inboxes

Features

  • Custom Email Addresses: Create custom email addresses
  • Real-time Email Reception: Receive emails instantly in your inboxes
  • Webhook Support: Get notified when new emails arrive
  • Powerful Search: Search emails with a simple DSL
  • Attachment Support: Download email attachments via secure URLs

Getting Help

Built with VitePress