Skip to main content
GET
Get Version
curl --request GET \
  --url https://api.private-ai.com/deid/ \
  --header 'x-api-key: <api-key>'
{
  "app_version": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

app_version
string
required

The app version of the code currently deployed at this endpoint.