Upload file
POST https://upload.apideck.com/file-storage/files?raw=false
Upload file (max 100MB). Please use the Upload Sessions API to upload bigger files. For more information on uploads, refer to the file upload guide.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
raw | boolean | Include raw response. Mostly used for debugging purposes |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-apideck-metadata | string | (Required) Metadata to attach to the file | |
x-apideck-consumer-id | string | (Required) ID of the consumer which you want to get or push data from | |
x-apideck-app-id | string | (Required) The ID of your Unify application | |
x-apideck-service-id | string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | |
Content-Type | string | ||
Accept | string |