---
title: Emails API
description: "Use the AI Inbx emails API. Browse endpoints, request parameters, response schemas, and code examples for your integration."
sidebar:
  label: Overview
---

{/* Generated by scripts/openapi.ts from the shared API contract. */}

Send, inspect, and schedule email.

## Endpoints

| Method | Operation | Path |
| --- | --- | --- |
| `GET` | [List emails](/api/endpoints/emails/list-emails) | `/emails` |
| `POST` | [Send an email](/api/endpoints/emails/send-email) | `/emails` |
| `GET` | [Retrieve an email](/api/endpoints/emails/retrieve-email) | `/emails/{email_id}` |
| `PATCH` | [Reschedule an email](/api/endpoints/emails/reschedule-email) | `/emails/{email_id}` |
| `POST` | [Cancel a scheduled email](/api/endpoints/emails/cancel-email) | `/emails/{email_id}/cancel` |

## Request essentials [#request-essentials]

Use `https://api.aiinbx.com/api/v2` as the base URL and send your API key in `Authorization: Bearer <key>`. Keep credentials on your server.

See [Authentication](/authentication) for scopes, [Conventions](/reference/conventions) for pagination and idempotency, and [Errors](/reference/errors) for recovery guidance. Each endpoint page includes its parameters, response schemas, and copyable curl, JavaScript, and Python examples.
