Skip to main content

Connect Your Frontend

Use the CubeStack API to display data in your web application.

Using Fetch API

For public cubes, no authentication is needed. Only public columns are returned.

React Example

Next.js Example

Server-Side with API Key

For server-side code, use your API key for full access:
Never expose your API key in client-side code. Use public access for browser requests.