Public API Reference
The Flezi Galaxy REST API provides programmatic access to agents, runs, knowledge documents, and workspace entities.
Base URL​
- Production API:
https://api.flezi-galaxy.project.fpt-aic.com/api/v1 - Development API:
https://api.dev.flezi-galaxy.project.fpt-aic.com/api/v1
Authentication​
Include your Bearer token in the Authorization header:
Authorization: Bearer <your-api-token>