Skip to main content

Getting Data

Before You Get Started

To use your API in the developer dashboard, it will need to be allowlisted by You.com. Please reach out via email at [email protected] for more details. To get started, you can paste sample data into the data editor to create your template.

This section will cover how to call your API onload and use that data to render your app. If you want to use your API based on some sort of user action/input, use the configuration described in sending data with a form.

All API calls will be proxied through You.com's servers to mask identifying details of users such as IP addresses, and user agents.

To get started with an API, follow the example below. You will need to add an api object at the top level of the template, as well as a appName (string). The appName is mainly used to append API keys to requests if you need to store a private API key in our servers.

Get Started
Build your app on our Developer Dashboard now!