u1 API
Synchronous gateway routes for u1
Route
- Public:
/api/u1/v1/** - Upstream mapping:
/api/v1/**
Behavior
- API key required
- request/response timeout and size limits enabled
- endpoint-level hold pricing supported via
U1_ENDPOINT_HOLD_MAP - billing flow:
hold -> upstream -> finalize/release
Example
curl -X POST "https://api.tikomni.com/api/u1/v1/ping" \
-H "Authorization: Bearer <platform_api_key>" \
-H "Content-Type: application/json" \
-d '{}'Billing Notes
- Insufficient credits:
402 INSUFFICIENT_CREDITS - Upstream non-2xx: hold is released
- Upstream 2xx: hold is finalized
MkSaaS Docs