Welcome to DataDisplay

A simple application to accept CSV data from an external tool and display it on our Rewards Page.

API Endpoint for CSV Upload
To upload your rewards data, send a POST request with the CSV file.

Instructions

  • Send a POST request to the endpoint below.
  • The request body must be multipart/form-data.
  • The CSV file should be attached under the field name `file`.
POST /api/csv

Example using cURL:

curl -X POST -F "file=@/path/to/your/data.csv" https://studio--studio-5985589798-44987.us-central1.hosted.app/api/csv