AI Connect OSAI Connect OS Documentation
DocumentationAPI Reference

API Reference

Public REST endpoints under https://api.aiconnectos.com/v1.

Base URL

https://api.aiconnectos.com/v1

All endpoints require a bearer token. See Authentication for token issuance, rate limits, and error codes. Each endpoint's full reference (request, response, code samples, "Try it" playground) appears in the sidebar grouped by resource.

Conventions

  • IDs - UUIDs unless noted. Some objects expose a secondaryId short-id for human-readable URLs.
  • Timestamps - ISO 8601, UTC, second precision.
  • Money - string-encoded decimal ("5000.00"), never float.
  • Phone numbers - E.164 (+15558675309).
  • Pagination - cursor-based via ?cursor=…&limit=…. Responses include nextCursor when more pages exist.

Machine-readable spec

The full OpenAPI 3.1 spec is available unauthenticated:

curl https://api.aiconnectos.com/openapi

Import into Postman, Insomnia, Zapier custom integrations, or any code generator. Updates with every deploy of the API.

This API is still evolving. Schemas are stable for fields documented here, but new optional fields may appear without notice. Code defensively — ignore unknown fields rather than rejecting responses.

On this page