This repository documents the TileDB Cloud REST API.
Two openapi specification files exist, one for v1 routes and one for v2 routes.
If you are looking for existing clients, see the TileDB Cloud Documentation. This repository is most useful when looking to create a new client.
This repository is a living specification, which might reference features which are in beta testing, and are subject to change. Routes and models which are not considered stable will have a beta label added.
Openapi is a specification for defining API endpoints. The openapi file can be used for visualizing the api via online swagger editor . There is a large number of tools which can take the swagger file and produce working client code (code generation).
For example TileDB-Cloud-Py uses openapi generator to code generate the python REST client.