Radcloud API-examples
Revision as of 10:27, 11 February 2025 by Wiki-admin (talk | contribs) (Created page with "== Radcloud API == === Introduction === Welcome to the API Documentation for Radcloud! This page provides an overview of how to interact with our API, including endpoints for...")
Radcloud API
Introduction
Welcome to the API Documentation for Radcloud! This page provides an overview of how to interact with our API, including endpoints for managing experiments, participant data, and authentication.
Swagger OpenAPI Documentation
To explore our API in detail, please visit our Swagger OpenAPI Documentation page:
Getting Started
Base URL
The base URL for accessing the API is:
Authentication
Our API uses JWT (JSON Web Tokens) for authentication. You will receive a token after authenticating with your RU account against the /token/ endpoint.
To authenticate to all other endpoints, include the following header in your requests:
- Authorization: Bearer TOKEN