API ModelsAPI Models

API Documentation

Complete API reference for all available models. Get started with our unified API interface.

Quick Start

1

Get your API Key

Create an API key in your Console

2

Make API Requests

Use Bearer token authentication with your API key

3

Pay per Use

Credits are deducted only for successful requests. $1 = 10 credits.

Base URL

https://apimodels.app/api/v1

Authentication

All API requests require a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Error Codes

200Success
400Invalid request parameters
401Invalid or missing API key
402Insufficient credits
404Resource not found
429Rate limit exceeded
500Internal server error