Release Notes

📢 Deprecations:

FeatureSunset DateReplacement
Add Assets POST /datasets/:dataset_id/assetsJuly 7, 2025Ingestion via Public URL or S3 Bucket POST /api/v1/ingestion/assets
POST /api/v1/ingestion/buckets
Update Metadata PUT /datasets/:dataset_id/assets-metadataJuly 7, 2025Add/Update Metadata POST /api/v1/ingestion/metadata
Encoder: multimodal (Create/Search Dataset)July 7, 2025Use multimodal-tx-large2 or multimodal-tx-large3
Legacy API Domain (app.coactive.ai)December 31, 2025Newly published APIs will be on api.coactive.ai and will gradually replace all existing endpoints on our legacy domain

June 2, 2025

  • Connections API (Beta): Introduced endpoints to securely connect external cloud storage to Coactive for automated ingestion workflows. The API currently supports S3 buckets and allows programmatic creation, testing, updating, and deletion of connections. Future support for additional cloud storage providers is planned.

    For more details, see the Connections API reference and the Cloud Storage Access guide.

  • Bucket-Based Ingestion: Added a new endpoint (POST /api/v1/ingestion/buckets) that scans a specified path within a connected S3 bucket and ingests all discovered assets. Ideal for bulk ingestion workflows that do not require individually listing files.


May 23, 2025

  • System Credentials API (Beta): Added support for long-lived, programmatic credentials not tied to specific users. These credentials can be scoped to datasets or system-wide roles and are ideal for backend integrations.

    See the System Credentials reference for more information.

  • User Management API (Beta): Introduced endpoints to invite, list, update, and remove users, as well as manage assignable roles. Role scoping supports system- and dataset-level access control.

    Learn more in the User Management reference and User Roles & RBAC guide.


March 13, 2025

  • Ingestion API (v1): Released a modern ingestion pipeline that supports asset uploads via public URLs, S3 buckets, and batch asset lists. A separate endpoint also allows metadata to be applied post-upload. These new APIs replace earlier dataset-scoped routes and improve ingestion scalability, performance, and compatibility with newer ML workflows.

  • As part of this release, we’ve begun deprecating the legacy multimodal encoder previously used in dataset creation and search. Customers should migrate to multimodal-tx-large2 or multimodal-tx-large3, which offer improved performance and semantic accuracy.

    See the Ingestion API reference and Update Metadata documentation.

    For compatibility information, see the Accepted Media Formats guide.


Febuary 20, 2025

  • Coactive is transitioning to a unified and versioned API domain structure:
    • New API domain: https://api.coactive.ai
    • Legacy API domain: https://app.coactive.ai
  • All new APIs — including ingestion, user management, connections, and system credentials — are hosted on the new domain and should be used for all future integrations. The legacy domain for existing APIs will remain available until December 31, 2025, but it will not receive further updates or new features.
    • Action recommended:
      • When reading our API docs, please verify the domain used.
      • Existing Legacy APIs will gradually be placed by newer APIs, please check this page frequently for our newly published APIs