Maisa API

Maisa's developer REST API. Key-authenticated (X-API-Key), base URL https://api.maisa.ai, all operations under /v1. Surfaces: capabilities (compare/extract/summarize over text and media), models (embeddings, rerank), KPU run, file-interpreter (from PDF/DOCX/HTML/image/audio), and Mainet search — 15 documented operations. No public OpenAPI spec (docs are gated); operation surface captured from the official SDKs' api.md.

API entry from apis.yml

apis.yml Raw ↑
name: Maisa API
description: 'Maisa''s developer REST API. Key-authenticated (X-API-Key), base URL https://api.maisa.ai,
  all operations under /v1. Surfaces: capabilities (compare/extract/summarize over text and media), models
  (embeddings, rerank), KPU run, file-interpreter (from PDF/DOCX/HTML/image/audio), and Mainet search
  — 15 documented operations. No public OpenAPI spec (docs are gated); operation surface captured from
  the official SDKs'' api.md.'
humanURL: https://docs.maisa.ai/docs/sdk
baseURL: https://api.maisa.ai
properties:
- type: APIReference
  url: https://docs.maisa.ai/docs/sdk
- type: Authentication
  url: authentication/maisa-authentication.yml