Imports Brightcove videos by their IDs.

Behavior: Imports the specified Brightcove videos into the system. When background mode is enabled (default), a batch action message is queued for asynchronous processing. When background mode is disabled, videos are archived synchronously.

Authorization: Requires a valid Bearer token.

Side Effects: In background mode, a batch action message is created and sent for asynchronous import. In foreground mode, videos are archived directly.

Error Scenarios: Returns 204 No Content if the list of Brightcove IDs is null or empty. Returns 401 Unauthorized if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
Defaults to true

Whether to process the import asynchronously in the background. Defaults to true.

Body Params

A list of Brightcove video IDs to import.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

Videos were imported or queued for import successfully.

204

No Brightcove IDs were provided.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json