TrylleDocs
API ReferenceOpenAPI 3 reference

System

POST
/ai/gateway/verify

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}
GET
/healthz

Response Body

application/json

curl -X GET "https://example.com/healthz"
"abc123"