Skip to main content

32 docs tagged with "Release 2026-08"

View all tags

Delete Datasheet

Delete a datasheet (admin only). Child rows cascade; linked model_cards.training_datasheet_id is set NULL.

Get Datasheet

Get a single datasheet by UUID. Returns 404 if private and caller has no JWT.

Get Model Card

Get a single model card by UUID. Returns 404 if private and caller has no JWT.

Healthz

Liveness probe: confirms the process is up.

List Datasheets

List all datasheets. JWT bearer shows private; unauthenticated shows only public.

List Model Cards

List all model cards. JWT bearer shows private; unauthenticated shows only public.

Preview Hf Import

Fetch a public Hugging Face model/dataset repo and return flat fields

Readyz

Readiness probe: confirms the API can still talk to PostgreSQL.

Update Model Card

Update a model card and its linked AI model (authenticated users only).