Create a new Vimeo connection using your authentication credentials and configuration. Each connection name must be unique within your account. For security, sensitive credentials (client secret and access token) are securely stored and never returned in subsequent API responses.
You need a valid API key and Vimeo developer credentials to use this endpoint. Get your API key from the API Access page in your Pictory dashboard.
Display name for the Vimeo connection. Must be unique within your account and can only contain letters, numbers, spaces, underscores, and hyphens.Maximum length: 100 charactersExample:"My Vimeo Account"
Vimeo application Client ID from your Vimeo app settings. This identifies your application to Vimeo’s API.Maximum length: 500 charactersExample:"abc123def456ghi789jkl012"
Vimeo application client secret from your app settings. Keep this confidential and never expose it in client-side code.Maximum length: 500 charactersExample:"xyz789abc123def456ghi789"
Vimeo access token that grants your application permission to access Vimeo resources. Obtain this through Vimeo’s OAuth flow or from your app settings.Maximum length: 500 charactersExample:"1234567890abcdef1234567890abcdef"
Returns the created Vimeo connection object including the connectionId, name, description, enabled status, and version number. For security, sensitive credentials (clientSecret and accessToken) are never returned in API responses - you’ll only see the clientIdentifier.
Fill in the required details (app name, description, etc.)
Click Create App
2
Step 2: Get Your Credentials
Once your app is created, you’ll see the app details page
Note down the Client Identifier (Client ID)
Note down the Client Secret (keep this secure!)
Generate an Access Token with the required scopes:
video - Upload and manage videos
private - Access private videos
3
Step 3: Configure Permissions
Make sure your Vimeo app has the necessary permissions enabled:
Video upload
Video management
Account access
Keep Your Credentials Secure: Never expose your Client Secret or Access Token in client-side code or public repositories. These credentials provide full access to your Vimeo account.