Pyramid AI API

Integrate AI-powered knowledge management, Q&A, and compliance checking into your platform

The Pyramid AI API gives you programmatic access to three core capabilities:

Pyramid Connect

Upload and manage documents, create projects, and build your knowledge base.

Pyramid Agent

Ask questions over your knowledge base — single queries, batch processing, or multi-turn chat.

Pyramid Check

Run compliance checks against your documents with AI-powered verification.

Base URL

All API requests use the following base URLs:

EnvironmentBase URLAPI Keys
Productionhttps://api.pyramid-ai.com/api/v2pai_live_*
Staging (sandbox)https://api-staging.pyramid-ai.com/api/v2pai_test_*

Staging is a full sandbox environment with its own database. Use pai_test_* keys for development and testing.

Quick example

$curl https://api.pyramid-ai.com/api/v2/organization \
> -H "Authorization: Bearer pai_live_YOUR_KEY_HERE"
1{
2 "success": true,
3 "data": {
4 "id": "org_abc123",
5 "name": "Your Organization"
6 },
7 "request_id": "550e8400-e29b-41d4-a716-446655440000"
8}

What you can build

  • Excel / Office Add-ins — query project knowledge from spreadsheets
  • Mobile apps — embed AI-powered Q&A into iOS and Android apps
  • Compliance workflows — automate requirement verification at scale
  • Internal tools — connect your knowledge base to custom dashboards

Next steps