OneAIFW Backend Service API Overview
mainThe OneAIFW backend service provides HTTP APIs for text anonymization, LLM calls with integrated privacy protection, and dynamic masking configuration.
Default Service Address: http://127.0.0.1:8844
Authentication:
If API key authentication is enabled on the server, include the Authorization header in your requests. The value can be either <key> or Bearer <key>.
General Specifications:
- Character Encoding: UTF-8
- Error Responses:
401 Unauthorized: Missing or invalidAuthorizationheader.400 Bad Request: Invalid request content.