integrations

Import one media item from a provider

Import a single remote media item as an Anthias asset.

Per-item (not batch) for the same reason as ScreenlyMigrateAssetViewV2: the wizard shows live progress and keeps going past individual failures. Known per-item failures return 200 with success: False so the queue keeps advancing; only a transport failure is a 502.

post/api/v2/integrations/import/{provider}/item

Path parameters

providerstring required

Request body

tokenstring required
remote_idstring required
enableboolean

Response

successboolean
asset_idstring nullable
skippedboolean
reasonstring nullable
errorstring nullable

Changes