indexing
Index Backblaze File
Index a single file from a Backblaze B2 bucket into a collection.
Headers:
- Authorization: Bearer {api_key} - Captain API key for authentication
- X-Organization-ID: Organization UUID
Args: collection_name: Name of the collection (path parameter) body: Backblaze file configuration with file_uri (object key within the bucket, e.g. reports/annual-review.pdf)
Returns: { job_id, status: "pending" }
post/v2/collections/{collection_name}/index/backblaze/file
Path parameters
collection_namestring required
Headers
authorizationstring nullable
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.