Authentication
All requests must include the Alloy API key you created in the dashboard.
Authorization Header
Authorization: Bearer alloy_<your_key>Example
curl -X POST https://api.pickalloy.com/api/dashboard/generate/ \
-H "Authorization: Bearer alloy_yourapikey" \
-F "file_type=csv" \
-F "file=@sales.csv"Getting Your API Key
Last updated