cURL
curl --request POST \ --url https://{capsule-id}.sid.ai/data/file \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'metadata=<string>' \ --form time_authored=2023-11-07T05:31:56Z \ --form 'uri=<string>'
Bearer authentication header of the form Bearer <API_KEY>. API keys can be generated in the dashboard.
<API_KEY>
File accepted
Was this page helpful?