Create Account File (from URL)
Create Account File (from URL)
Upload a file to an account by providing its URL
Note: The /clients path is an alias for /accounts and will continue to work until users are individually notified and migrated.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
account_id
Account identifier
Request
This endpoint expects an object.
url
URL of the file to upload
name
Name of the file
isArchived
Whether the file is archived
Response
Successful response
id
File identifier
name
File name
downloadUrl
URL to download the file
type
File type
updatedAt
Last update timestamp
createdAt
Creation timestamp
metaData
source
File source (e.g., INTERNAL)
createdByUser
isArchived
Whether the file is archived
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error
