v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

Upload a project file

Upload a file to the project's S3 storage. Supports images, audio, video, text files, documents, fonts, and archives. Maximum file size is 100MB.

post/project-files/upload

Headers

api_keystring required

API key for authentication

Response

File uploaded successfully

urlstring

Public URL of the uploaded file

filenamestring

Original filename

pathstring

Full storage path of the file

Example response

{
  "url": "https://s3.amazonaws.com/bucket/projects/production/123/assets/images/logo.png",
  "filename": "logo.png",
  "path": "projects/production/123/assets/images/logo.png"
}