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.


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
Sign into the Frame.io Developer Portal with your Frame.io user credentials.

Click Tokens in Developer Tools.
Click Create a Token to create the token with relevant scopes.


Click Select all scopes or the relevant scopes.

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 |
|
|

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 | Endpoint required for performing CRUD | Y | ||
Authentication | Bearer | Type of authentication | Y |
|
Token | {bearer_token} |
| Y |
|
