Documentation

API Reference: Generative Actions

This section covers the /v1/ai endpoints for programmatic generative actions.. Our platform exposes powerful REST APIs that allow you to integrate Aozo's core capabilities—and crucially, our advanced generative AI features—directly into your own applications.

Core Concepts

Unlike traditional workspace APIs that just return raw text or file metadata, the Aozo AI API allows you to request AI-generated summaries, action items, and data analysis instantly.

Important

All AI endpoints require a Business or Enterprise API key.

Quick Request

curl -X POST https://api.aozo.in/v1/ai/summarize   -H "Authorization: Bearer YOUR_API_KEY"   -d '{"document_id": "doc_12345", "length": "short"}'