Documentation

Build with NeatAPI

Everything you need to integrate 100+ AI models into your application.

Getting Started

New to NeatAPI? Start here.

๐Ÿš€

Quickstart Guide

Get your first API call working in under 5 minutes.

๐Ÿ”‘

Authentication

How API keys work, scopes, and security best practices.

Coming soon
๐Ÿ“Š

Rate Limits

Understand rate limits, quotas, and how to handle 429 errors.

Coming soon

SDKs & Libraries

NeatAPI is OpenAI-compatible โ€” use any OpenAI SDK with our base URL.

๐Ÿ

Python

pip install openai โ€” works out of the box

pip install openai
๐Ÿ“ฆ

Node.js / TypeScript

npm install openai โ€” full TypeScript support

npm install openai
๐Ÿ”—

cURL / HTTP

Direct REST API calls โ€” no SDK needed

Any HTTP client

Integration Guides

Step-by-step guides for common use cases.

API Reference

Base URL for all API requests:

https://api.neatapi.ai/v1
POST /chat/completions Chat completions (GPT, Claude, Gemini, etc.)
POST /completions Text completions (legacy)
POST /embeddings Text embeddings
POST /images/generations Image generation
GET /models List available models

Ready to Build?

Get your API key and make your first call in under 5 minutes.