Skip to main content
POST
Visualize Multi

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_id
string<uuid>
required

UUID of the user who owns the dataset (superuser-only endpoint; obtain via the permissions/users APIs).

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

dataset_id
string<uuid>
required

UUID of the dataset to include in the combined visualization (must be readable by user_id).

Example:

"7c9e6679-7425-40de-944b-e07fc1f90ae7"

Response

Successful Response