Files
create file
POST
/
api
/
v1
/
files
Copy
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?
Copy
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
Assistant
Responses are generated using AI and may contain mistakes.