Ping
Verify the API is reachable. Returns {"ok": true}.
Example
curl https://api.flexkey.ai/v1/pingModel catalog
List or retrieve models. Public endpoints do not require authentication.
| Method | Path | Description |
|---|---|---|
| GET | /v1/ping | API ping. |
| GET | /v1/models | List the model catalog. |
| GET | /v1/models/{model} | Retrieve one model metadata. |