sync
Create GCS Sync
Create a Google Cloud Storage Sync for a collection and start the initial backfill. GCS authenticates with a service-account JSON (stored in Secrets Manager, never returned), so there is no region, endpoint_url, or access-key pair. Returns the sync; indexing runs asynchronously.
post/v2/collections/{collection_name}/sync/gcs
Path parameters
collection_namestring required
Destination collection.
Headers
authorizationstring nullable
Bearer {api_key}. Your Captain API key.
Request body
Response
Successful Response