Global B-roll Library
Search and import BlitzReels-curated B-roll, images, and audio.
The global B-roll library is a first-party catalog shared across workspaces. Search it, import an asset into your workspace media, then use the normal B-roll or audio timeline endpoints.
Search
curl "https://www.blitzreels.com/api/v1/library/broll/search?query=keyboard&asset_type=video&limit=10" \
-H "Authorization: Bearer $BLITZREELS_API_KEY"{
"items": [
{
"id": "8c7f2a5e-8b4e-4db2-9cb2-82bcf9f82f34",
"asset_type": "video",
"title": "Keyboard typing close-up",
"description": "Hands typing on a laptop keyboard.",
"tags": ["keyboard", "work", "tech"],
"preview_url": "https://...",
"thumbnail_url": "https://...",
"mime_type": "video/mp4",
"file_size_bytes": 8420112,
"duration_seconds": 6,
"width": 1080,
"height": 1920,
"audio_type": "other",
"license_code": "blitzreels",
"license_url": null,
"requires_attribution": false,
"attribution_text": null,
"source_url": null
}
]
}Import
curl -X POST "https://www.blitzreels.com/api/v1/library/broll/8c7f2a5e-8b4e-4db2-9cb2-82bcf9f82f34/import" \
-H "Authorization: Bearer $BLITZREELS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"folder_id": null}'{
"asset": {
"id": "3a8d8e01-e1e1-4353-bd27-a89a2b6f0aef",
"name": "keyboard-typing-close-up.mp4",
"asset_type": "video",
"processing_status": "processing",
"library_asset_id": "8c7f2a5e-8b4e-4db2-9cb2-82bcf9f82f34"
},
"imported": true,
"deduped": false
}Visual imports are marked B-roll eligible. Audio imports are stored as workspace audio and can be inserted with /projects/{project_id}/timeline/audio.