cURL
curl --request POST \ --url http://studio.premai.io/api/v1/public/recommendations/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "snapshot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "snapshot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Kick off model recommendations for a dataset snapshot.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
success response
Was this page helpful?