Make your first authenticated Open Data Labs API call from server-side code.
1Pick a language
2Credentials
3Try It!
Loading…
Response
Click
Try It! to start a request and see the response here! Or choose an example:application/json
What to do next
- Create or select an app in your OpenDataLabs Dashboard.
- Generate a data encryption secret in Dashboard → App Settings → Data Encryption Secret, and store it as
OPENDATALABS_ENCRYPTION_SECRETin your server environment. - Add your app domain where you wish to launch a Connect Session.
- Call
POST /connect/sessionsfrom your server to start a Connect Session for a source. - You can also list available Sources and their Scopes.
For a complete walkthrough, continue to the Quickstart and integration guides in the main docs.
