D

Datasette JSON API

REST discovered

Details
URL
https://<your-datasette-instance>/
Docs
https://docs.datasette.io/en/latest/json_api.html
Authentication
Datasette API token bearer discovered
Authorization: Bearer <credential>

Generate a token using the datasette create-token CLI command documented in the CLI reference and Authentication and permissions. Datasette instances are self-hosted, so the instance operator creates the signing secret and mints tokens for that instance; there is no central datasette.io token issuance service.