Developers · API한국어 보기 ↗
A small, checkable entity API.
The entity API does one thing: publish doctrine-tagged entities into a partner Lattice catalog, every time, conformant against the catalog parser. Small on purpose — every endpoint is one more thing a partner has to audit.
Shape
The publish call.
PUT /api/v1/entities/{entityId}
Authorization: Bearer <token> # OAuth client_credentials
Content-Type: application/json
{
"platform_type": "Animal",
"aliases": { "name": "Bird (Species)" },
"disposition": "NEUTRAL",
"_uamkt_extensions": {
"doctrine_ref": "ICAO Doc 9332 §4.6",
"species_confidence": 0.95
}
}
→ 200 OK (conformant against the catalog parser)Note
Full API reference, sandbox tokens, and conformance corpora are issued under partner agreement. The 19/19 HTTP 200 figure refers to a specific dated run documented on Trust.