How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Brandfolder Binary Upload API

Brandfolder's Binary Upload service allows for authenticated users to upload locally stored files into Brandfolder via our API.Binary Upload is a multi-step process:1. [Get an upload URL](/api/brandfolder/openapi/binary_upload/opidstorageserviceuploadrequestsget)2. Upload the file to the storage bucket using one of the methods below : - [Upload a file](/api/brandfolder/openapi/binary_upload/opidstorageservicebfuploadrequestbucketput) - [Resumable upload](/api/brandfolder/openapi/binary_upload/opidstorageservicebfuploadrequestpost)3. [Create an asset](/api/brandfolder/openapi/assets/opidapiv4collectionsassetsbybrandfolderidpost), telling the Brandfolder API the attachment is at that URL.The Brandfolder Upload Request endpoint will return a response body with a signed `upload_url`, `resumable_upload_url`, storage `service_type` and `object_url`.Each Binary Upload `request_url` and `object_url` are designed to be used one time for a singular Asset. Both the `upload_url` and `resumable_upload_url` will expire 24 hours after they're issued. Assets uploaded to the `object_url` will be stored for 7 days before being purged. Should any of these URLs expire, you will simply need to restart the workflow to obtain active URLs. > **Tip:** We recommend that you use the Resumable Upload flow if you have poor internet connection, you're uploading local files that are larger than 200MB or if you're uploading files from a server that are larger than 500MB.![Upload Request Flow](../images/bf-upload-request-interactions.png)

Brandfolder Binary Upload API is one of 13 APIs that Brandfolder publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 3 paths. It is described by OpenAPI 3.2.0, at version v4.

Requests are made against a single base URL, https://brandfolder.com/api/v4.

4 operations 3 paths 0 schemas 1 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v4
Base URL
https://brandfolder.com/api/v4
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Brandfolder Binary Upload API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (APIToken). By default, every request must be authenticated.

  • APIToken — API Token.

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

binary_upload 4

Brandfolder's Binary Upload service allows for authenticated users to upload locally stored files into Brandfolder via our API. Binary Upload is a multi-step process: 1. [Get an u…

GET
/upload_requests
Get an upload URL
opIdStorageserviceUploadRequestsGet 1 param → 200default
PUT
/upload_url
Upload a file
opIdStorageserviceBfUploadRequestBucketPut body → 200default
POST
/resumable_upload_url
Resumable upload
opIdStorageserviceBfUploadRequestPost 1 param body → 200201default
PUT
/resumable_upload_url
Resume upload
opIdStorageserviceBfUploadRequestPut body → 200201default

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

brandfolder-binary-upload-api-openapi.yml Raw ↑

Other APIs Brandfolder publishes across the network.

Brandfolder Assets API
Brandfolder Attachments API
Brandfolder Brandfolders API
Brandfolder Collections API
Brandfolder Custom Fields API
Brandfolder Invitations API
Brandfolder Labels API
Brandfolder Organizations API
Brandfolder Sections API
Brandfolder Tags API
Brandfolder User Permissions API
Brandfolder Webhooks API
Where this information came from

This is an independent, third-party profile of Brandfolder Binary Upload API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.