Skip to main content
The InsForge REST API provides direct HTTP access to all InsForge services. Use this when you need to integrate with languages or platforms without an official SDK.

Base URL

Authentication

All API requests require authentication via the Authorization header:

Bearer token

Quick start

Response format

Success response

Data is returned directly in the response body:

Error response

Common HTTP status codes

Features

  • Database - PostgREST-style CRUD operations
  • Authentication - Email/password and OAuth authentication
  • Storage - File upload, download, and management
  • Functions - Invoke serverless edge functions
  • AI - Chat completions and image generation
  • Realtime - Channel management and message history (WebSocket for real-time)

API reference

Database

CRUD operations, filters, and queries

Authentication

Sign up, sign in, OAuth, and user management

Storage

File upload, download, and management

Functions

Invoke serverless edge functions

AI

Chat completions and image generation

Realtime

Channel management and message history