API ReferenceOpenAPI 3 reference
System
Verify whether an API key may use the Trylle AI gateway.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/ai/gateway/verify" \ -H "Content-Type: application/json" \ -d '{ "key": "aa" }'{ "ok": false}curl -X GET "https://example.com/healthz""abc123"