For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Inputs
AddCompanyFileInput
INPUT
Copy page
Add company file input object.
Input fields
fileId
String
Required
The uploaded file ID.
fileUrl
String
Optional
The URL of the uploaded file.
fileName
String
Optional
The name of the uploaded file.
contentType
String
Optional
The MIME content type of the uploaded file.
fileSize
Long
Optional
The size (in bytes) of the uploaded file.
Referenced by
Fields
RegisterCompanyInput.fileList