• Features
  • Pricing
Get Started

OverviewList CollectionsCreate CollectionGet CollectionUpdate CollectionDelete Collection

Collections

Collections

Reference for listing, creating, retrieving, updating, and deleting collections.

Collections endpoints let you manage collection records through the Blueputto Public API.

Base Path

/v1/collections

Collection payloads are open-ended in the public OpenAPI schema. Use the documented path, auth, and status-code contract here, then send the collection fields your workspace expects.

Endpoints

GET /v1/collections

List collections with pagination and free-text search.

POST /v1/collections

Create a new collection from a JSON request body.

GET /v1/collections/{collectionId}

Fetch a single collection by UUID.

PATCH /v1/collections/{collectionId}

Partially update an existing collection.

DELETE /v1/collections/{collectionId}

Delete a collection.

POST /v1/documents/{documentId}/duplicate

Duplicate an existing document.

GET /v1/collections

List collections with pagination and free-text search.

On this page

Base PathEndpoints