indexing
Index Backblaze Bucket
Index all files from a Backblaze B2 bucket into a collection.
Backblaze B2 is S3-compatible. Provide your Backblaze endpoint_url (https://s3.{region}.backblazeb2.com) plus the Application Key ID and Application Key from the App Keys page (used as the S3 access key ID and secret access key).
Headers:
- Authorization: Bearer {api_key} - Captain API key for authentication
- X-Organization-ID: Organization UUID
- Idempotency-Key: UUID for request deduplication (optional)
Args: collection_name: Name of the collection (path parameter) body: Backblaze bucket configuration
Returns: { job_id, status: "pending" }
post/v2/collections/{collection_name}/index/backblaze
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.