Pictory Integrations
pictory_integrationsManage cloud integrations for Pictory: connect Vimeo or AWS S3, check quotas and AI credits, and clean stuck render jobs.
Instructions
Manage third-party cloud integrations (Vimeo & AWS S3), account quotas, AI credits, and job cleanup.
Supported Actions:
'get_quota': Check current API video render quota and usage limits (GET /v1/quota).
'get_credit_usage': Check remaining AI generation credits and breakdown (GET /v1/aicredits/usage).
'list_jobs': List recent and running render jobs across your account (GET /v1/jobs).
'clean_job': Cancel or delete a stuck/failed job (DELETE /v1/jobs/{job_id}/clean).
'list_vimeo_connections': List connected Vimeo accounts for direct video publishing (GET /v1/vimeo-connections).
'get_vimeo_connection': Get details for a Vimeo connection (GET /v1/vimeo-connections/{id}).
'create_vimeo_connection': Authorize a new Vimeo connection (POST /v1/vimeo-connections).
'update_vimeo_connection': Update an existing Vimeo connection (PUT /v1/vimeo-connections/{id}).
'delete_vimeo_connection': Disconnect a Vimeo account (DELETE /v1/vimeo-connections/{id}).
'list_aws_connections': List private AWS S3 bucket connections (GET /v1/awsconnections).
'get_aws_connection': Get details for an AWS private S3 connection (GET /v1/awsconnections/{id}).
'create_aws_connection': Connect a private AWS S3 bucket using IAM keys (POST /v1/awsconnections).
'update_aws_connection': Update an AWS private S3 connection (PUT /v1/awsconnections/{id}).
'delete_aws_connection': Remove an AWS connection (DELETE /v1/awsconnections/{id}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| action | Yes | ||
| job_id | No | ||
| page_size | No | ||
| connection_id | No | ||
| connection_payload | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||