Request Demo
Price Deploy Expand Govern Platform Industries Integrations Design Partners See It In Action

Allometry API

API Allometry

Programmatic access to deployment intelligence. Build custom workflows, integrations, and applications on top of Allometry.
Currently in private beta — available by request only.

API Capabilities

Capacités de l'API

Everything you need to integrate Allometry into your existing stack and build powerful custom workflows.

RESTful Endpoints

Points d'accès RESTful

Full CRUD on deals, locations, quotes, inventory, and margins. Clean JSON responses with pagination, filtering, and sorting out of the box.

CRUD complet sur les transactions, emplacements, soumissions, inventaire et marges. Réponses JSON propres avec pagination, filtrage et tri intégrés.

Real-Time Webhooks

Webhooks en temps réel

Subscribe to events: deal updates, margin alerts, inventory changes, territory signals. Get notified the instant something changes.

Abonnez-vous aux événements : mises à jour de transactions, alertes de marge, changements d'inventaire, signaux territoriaux. Soyez notifié à l'instant où quelque chose change.

Bulk Operations

Opérations en lot

Import and export thousands of records at once. Batch updates for catalog, pricing, and location data. Built for enterprise-scale data flows.

Importez et exportez des milliers d'enregistrements à la fois. Mises à jour en lot pour le catalogue, la tarification et les données d'emplacement. Conçu pour les flux de données à l'échelle entreprise.

Create a Quote

Créer une soumission

Generate margin-optimized quotes programmatically with a single API call.

Request
curl -X POST https://api.allometry.com/v1/quotes \
  -H "Authorization: Bearer ak_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "account": "Apex Telecom",
    "products": [
      {
        "sku": "AP-3600-X",
        "qty": 50
      },
      {
        "sku": "SW-LIC-ENT",
        "qty": 50
      }
    ],
    "margin_target": 30
  }'
Response
{
  "quote_id": "qt_9kL3mP7x",
  "account": "Apex Telecom",
  "total": 87500.00,
  "margin": 32.4,
  "margin_status": "healthy",
  "products": [
    {
      "sku": "AP-3600-X",
      "name": "Access Point 3600X",
      "qty": 50,
      "unit_price": 1250.00,
      "line_total": 62500.00
    },
    {
      "sku": "SW-LIC-ENT",
      "name": "Enterprise License",
      "qty": 50,
      "unit_price": 500.00,
      "line_total": 25000.00
    }
  ],
  "created_at": "2026-03-29T14:22:00Z"
}

Official SDKs

SDK officiels

Type-safe, well-documented libraries to get you up and running in minutes.

Python

Full-featured Python SDK with async support, type hints, and Pydantic models.

pip install allometry

Node.js

TypeScript-first SDK with full type definitions, streaming support, and ESM/CJS.

npm install @allometry/sdk

Go

Idiomatic Go client with context support, structured errors, and zero dependencies.

go get allometry

Rate Limits & Authentication

Limites de débit et authentification

Enterprise-grade security and reliability built into every request.

Authentication

Auth Method API Key (Bearer token)
Key Prefix ak_live_ (production) / ak_test_ (sandbox)
Key Rotation Supported, zero-downtime
Scopes Fine-grained per-resource permissions

Rate Limits

Standard 1,000 requests/min
Burst Up to 2,000 requests/min
Enterprise Custom limits available
Headers X-RateLimit-* on every response

API Access — By Request

Accès API — Sur demande

The Allometry API is currently in private beta. Request early access to start building integrations.

L'API Allometry est actuellement en bêta privée. Demandez un accès anticipé pour commencer à construire des intégrations.