Overview
8080 API (0.1.0)
Section titled “8080 API (0.1.0)”OpenAI-compatible API for LLM inference. Get an account at https://app.8080.io or https://www.8080.io (request an invite during private beta).
Supported endpoints:
- Models — List available models (
GET /v1/models). - Chat completions — Generate chat completions with optional streaming and tool calling (
POST /v1/chat/completions). - Responses — Create and manage responses with prompt templates (
POST /v1/responses,POST /v1/responses/{path}). - Files — Upload and list files for batch jobs and other use cases (
GET /v1/files,POST /v1/files).
All endpoints require Bearer token authentication. Use your API key from the 8080 dashboard.
- OpenAPI version: 3.0.3
Authentication
Section titled “ Authentication ”bearerAuth
Section titled “bearerAuth ”API token authentication. Send your API key in the Authorization header as a Bearer token.
Example:
Authorization: Bearer your_api_key_here
Get your API key from the 8080 dashboard (https://app.8080.io). All API requests must include this header.
Security scheme type: http
Bearer format: API Key