For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Get Health

get

Get the health of the API.

Responses
200

Successful Response

application/json
anyOptional
get/health
GET /health HTTP/1.1
Host: albert.api.etalab.gouv.fr
Accept: */*
200

Successful Response

No content

Get Health Models

get

Get the health of the models.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Response

application/json
anyOptional
get/health/models
GET /health/models HTTP/1.1
Host: albert.api.etalab.gouv.fr
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content

Last updated

Was this helpful?