Want to find the answer quick?
OpenAPI
To provide an easy way to use your favorite tools for exploring the Xata API, you can use the OpenAPI specification:
The base url is https://api.xata.io
and this give you to access to the core API.
The base url is https://{workspaceId}.{regionId}.xata.sh
and this give you access to the workspace API.
Tool recommendations
Insomnia
Leading Open Source API Client, and Collaborative API Design Platform for REST, SOAP, GraphQL, and GRPC.
Postman
Postman makes API development easy, offering tools to simplify each step of the API building process and streamlines collaboration so you can test APIs faster.
OpenAPI Codegen
Generate TypeScript fetcher functions or typed react-query hooks from your OpenAPI schema.
⚠️ Using generated react-query components in this context will leak your API key! The REST API must always be called in a server-side environment!