← All integrations

FFHub

FFHub integration (Media, Developer Tools). Imported from open-connector.

API key2 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
ffhub_get_ffmpeg_task
Get the current status, timing, error, and output files for one FFHub FFmpeg task.

/tasks/{taskId}

1 parameter
ParamTypeRequiredDescription
taskIdstringrequiredFFHub task ID to retrieve.
GET
ffhub_list_ffmpeg_tasks
List FFHub FFmpeg tasks with optional customer, status, limit, and offset filters.

/tasks

4 parameters
ParamTypeRequiredDescription
userIdstringoptionalOptional FFHub customer identifier.
statusstringoptionalFFHub task status.
limitintegeroptionalMaximum number of tasks to return, from 1 to 100.
offsetintegeroptionalNumber of tasks to skip before reading the current page.
Request private-beta access