aid_account_assets_post
account-assets
Create asset upload url
Create an upload URL that can be used to transfere the asset
scopes:
- admin:accounts
- write:accounts
- write:accounts:/assets
- write:dintero:/management/accounts
POST
aid_account_assets_post
Authorizations
Path Parameters
An id that uniquely identifies the account.
Required string length:
9Body
application/json
Size in bytes of the asset file to be uploaded.
Required range:
1 <= x <= 2000000MIME type of the asset to be uploaded
Available options:
image/png, image/jpeg, application/pdf, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv Who can access the file?
Available options:
private, public Response
Upload URL
The public URL the asset will be made available from after the upload has completed.
An URL to upload the asset to.
- The content type header value must be the same as the
mime_type - The content length header value must be the same as the size of
the file and the
size_bytes.
Upload example
The number of seconds until the upload url is no longer valid
Last modified on July 22, 2026