Modern Stack File Upload

Modern Stack File Upload

1.0.0OAS 3.1
API Base URL
  • Server 1:https://{your-bynder-domain}/
    Variables
    your-bynder-domain:
Security
OAuth2 (oauth2)

Authorization Code OAuth Flow

Authorize URL: https://{your-auth-url}

Token URL: https://{your-bynder-domain}/v6/authentication/oauth2/token

Client Credentials OAuth Flow

Token URL: https://{your-bynder-domain}/v6/authentication/oauth2/token

permanentToken (apiKey)

An API key is a token that you provide when making API calls. Include the token in a header parameter called Authorization.

Example: Authorization: 123

Step 1

This endpoint prepares the upload of a file in chunks. It returns a file ID that will be used in subsequent steps to upload the file chunks and finalize the upload.

Prepare the upload

Prepare the upload of a file in chunks.

post
https://example.com/v7/file_cmds/upload/prepare

Body

application/json
object

Response

application/json

Successful response

file_idstring

File ID to be used in subsequent upload steps.

Example:00000000-0000-0000-0000-000000000000

post/v7/file_cmds/upload/prepare

Body

{}
 
application/json