Vercy · machine interface
API.
The Meta-model Resolution API, version 1.1.0. An agent asks it which Vercy model covers a concept. If none does, the same call opens a registration request and returns an identifier the agent can check later.
Endpoints
| Purpose | Path |
|---|---|
| Search the catalogue for a concept | /api/v1/models/search/?q={concept} |
| Resolve a need to a model, or open a request | /api/v1/models/resolve/ |
| Check the status of a request | /api/v1/model-requests/?id={request_id} |
What an answer can be
A curated model is a published or planned Vercy model held in the registry. A generated profile is a candidate built from an external class, which is not installable until it has been materialised and validated. The distinction is returned with the answer, so an agent never mistakes a candidate for a standard.
Where the registry has no match, discovery falls back to Wikidata through the Wikibase search interface, under CC0-1.0. Only the name of the need and the language are sent.