cURL
curl --request POST \ --url https://{defaultHost}/api/v1/files \ --header 'Content-Type: multipart/form-data' \ --header 'X-Authorization: <api-key>' \ --form file='@example-file' \ --form user_id=123 \ --form link_id=123 \ --form 'category=<string>' \ --form repository_link_id=123
Documentation IndexFetch the complete documentation index at: https://docs.betterstacks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.betterstacks.com/llms.txt
Use this file to discover all available pages before exploring further.
created
Was this page helpful?