---
title: Pacing API
description: "Use the AI Inbx pacing 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. */}

Control send rate, hours, and queue flow.

## Endpoints

| Method | Operation | Path |
| --- | --- | --- |
| `GET` | [List pacing rules](/api/endpoints/pacing/list-pacing-rules) | `/pacing-rules` |
| `POST` | [Create a pacing rule](/api/endpoints/pacing/create-pacing-rule) | `/pacing-rules` |
| `GET` | [Retrieve a pacing rule](/api/endpoints/pacing/retrieve-pacing-rule) | `/pacing-rules/{rule_id}` |
| `DELETE` | [Delete a pacing rule](/api/endpoints/pacing/delete-pacing-rule) | `/pacing-rules/{rule_id}` |
| `PATCH` | [Update a pacing rule](/api/endpoints/pacing/update-pacing-rule) | `/pacing-rules/{rule_id}` |
| `GET` | [Retrieve pacing spread](/api/endpoints/pacing/retrieve-pacing-spread) | `/pacing-rules/spread` |
| `PATCH` | [Update pacing spread](/api/endpoints/pacing/update-pacing-spread) | `/pacing-rules/spread` |
| `GET` | [Retrieve the pacing queue](/api/endpoints/pacing/retrieve-pacing-queue) | `/pacing-queue` |
| `POST` | [Release emails from the pacing queue](/api/endpoints/pacing/release-pacing-queue) | `/pacing-queue/release` |

## 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.
