Files
create file
Files
create file
POST
/
api
/
v1
/
files
curl --request POST \
--url https://{defaultHost}/api/v1/files \
--header 'Content-Type: multipart/form-data' \
--header 'X-Authorization: <api-key>' \
--form user_id=123 \
--form link_id=123 \
--form 'category=<string>' \
--form repository_link_id=123
Was this page helpful?
curl --request POST \
--url https://{defaultHost}/api/v1/files \
--header 'Content-Type: multipart/form-data' \
--header 'X-Authorization: <api-key>' \
--form user_id=123 \
--form link_id=123 \
--form 'category=<string>' \
--form repository_link_id=123