Fluent Agent API
Semantic search API for Fluent Commerce documentation
API Endpoints
POST /api/v1/search- Semantic search for documentationGET /api/v1/search- Simple health checkGET /api/v1/health- Comprehensive health check with service status
Documentation
Example Request
POST /api/v1/search
Content-Type: application/json
{
"query": "How do I implement a custom fulfillment rule?",
"modules": [
{
"name": "module-order",
"version": "2.x"
}
],
"first": 5
}