API Examples
The AI Optimizer Server exposes server capabilities through REST endpoints. Use the built-in Swagger UI at /v1/docs for the complete API reference. The page prompts for the x-api-key before rendering the documentation.
Protected API requests require authentication using the x-api-key header, which must match the API key configured on the server. The /v1/liveness, /v1/readiness, and /v1/healthz health-probe endpoints do not require the header.
Looking for more working examples for calling the AI Optimizer Server API directly? Contact us using the links at the bottom of this page.
API Examples
Object Storage Embedding
Embedding from Object Storage using the API.