Skip to main content
Skip table of contents

Frame.io Connector v1.0

1. General Information

http://Frame.io is a cloud-based collaboration platform designed specifically for video production teams. It allows teams to upload, review, and share video projects in real time, streamlining the post-production workflow.

Frame.io provides 14 days free trial. Create a free trial by visiting frame.io.

image-20240910-080753.png
image-20241231-002743.png

2. Authentication

Frame.io supports authentication through both Developer Tokens and OAuth2.0. All API actions in Frame.io are restricted by scopes.

  • Developer tokens: a persistent bearer token that carries the same access and permissions as the individual user who generated it.

a. Creating Tokens

  1. Sign into the Frame.io Developer Portal with your Frame.io user credentials.

frameio.png
  1. Click Tokens in Developer Tools.

  2. Click Create a Token to create the token with relevant scopes.

 

frameio2.png

 

image-20240910-090001.png
  1. Click Select all scopes or the relevant scopes.

image-20240910-090147.png

b. Using Tokens

The token generated is used as bearer token in api requests for authentication e.g

curl -X GET https://api.frame.io/v2/path/to/endpoint \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"

3. Connector Actions and Tests

Teams: Get Teams for User (GET)

Action Name / Method

Teams: Get Teams for User (GET)

Action Description

This action is used to retrieve teams info for a user.

 

Test Case

This action is used to retrieve teams info for a user.

 

Request Body Name

Paramenter

 

 

image-20240910-085359.png

 

4. Connection Settings and Configuration

 

Settings Parameters

Value

Description

Required (Y/N)

Default Value

Connector

Frame.io Connection

Connector Name

Y

Frame.io Connection

Host Name

https://api.frame.io

Endpoint required for performing CRUD

Y

https://api.frame.io

Authentication

Bearer

Type of authentication

Y

 

Token

{bearer_token}

 

Y

 

image-20240910-085808.png

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.