Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 552 Bytes

exporting.md

File metadata and controls

20 lines (13 loc) · 552 Bytes

Exporting

Users can export their media history using the /export endpoint. We do not have a custom interface to perform exports, so you will have to do some steps manually.

  1. Login to your Ryot instance and copy your auth cookie.

    Auth cookie

  2. Execute the following curl command:

curl <ryot_url>/export --header 'Authorization: Bearer <auth_cookie>'

For example:

curl 'https://ryot.fly.dev/export' --header 'Authorization: Bearer 0ab88f6b-768a-4d65-885b-502016b634e0'