API reference
Meta
Health and pointers. No key needed.
Pointers to the docs and health check
GET
/no key neededRequest
curl "https://api.getvindex.com/"Response 200
OK
{
"name": "adult-platform",
"version": "0.2.0",
"docs": "https://docs.getvindex.com",
"openapi": "https://api.getvindex.com/openapi.json",
"health": "https://api.getvindex.com/health"
}Liveness and worker version
GET
/healthno key neededRequest
curl "https://api.getvindex.com/health"Response 200
OK
{
"ok": true,
"version": "0.2.0",
"engine": "v1"
}