latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Visualizations

add visualization

This endpoint creates a visualization.

To add visualization to a dataset, provide a name, the dataset ID it corresponds to, and an attachment ID (the ID of the visualization file uploaded to Labguru). Once added, the visualization will appear under the 'Visualizations' tab of a dataset.

For a detailed guide on creating dataset visualizations, including a step-by-step process and practical examples, refer to our comprehensive article: How To Create Dataset Visualization.

post/api/v1/visualizations

Request body

tokenstring required

Example request

{
  "token": "YOUR TOKEN IS HERE"
}

Response

Created