Release Notes
📢 Deprecations:
March 6, 2026
- Context Studio: Build targeted video packages using dynamic tags and metadata filters. Features include LLM-powered tag suggestions, metadata filtering (genre, rating, series, title), and package building with up to 10 inclusion/exclusion tags. Packages can be exported as summary PDFs or sent directly to ad servers like Freewheel and GAM. A timeline view is also available for shot-level analysis.
- Video Level Aggregation Improvements: Added video-level tag aggregation to the Dynamic Tags experience. Users can now sort results by highest or lowest scoring videos, view representative thumbnails in result lists, navigate qualifying shots in video previews, and see total shot counts. Dynamic Tag Groups now support filtering across all columns.
- NOVA Search: Added support for AWS Nova-based asset ingestion and semantic search. Videos are processed in 30-second chunks for optimal search results.
- Agentic Search: Added a natural language interface for searching and refining results through conversation. Users can copy/paste queries, drill down by video ID, and upload images to find similar content. Results return in under 30 seconds.
- Concepts Support on V1 Ingestion Pipeline: Extended Concepts to support TX-Large 4 (Perception Encoder) via the V1 Ingestion Pipeline. Works with all V1 Pipeline datasets, including existing ones, with no reingestion required. Backwards compatible with TX-Large2 and TX-Large3 encoders. Note: Concept names must be unique within a dataset.
February 11, 2026
- Deprecated Search Endpoints Removed: The following legacy search endpoints have been removed:
GET /api/v1/search— replaced byPOST /api/v1/search/text-to-imageGET /api/v1/search/similar-images— replaced byPOST /api/v1/search/image-to-image
August 12, 2025
- The Embedding dropdown on the Queries page will be removed: This information has now been moved to the Dataset UI page and can also be retrieved via API.
June 16, 2025
- New Dynamic Tags Experience (Beta): We have a new dynamic tags experience within the Coactive UI that we are excited to share with our users. If you would like to try this out, reach out to Coactive support.
- Old Dynamic Tags Tables will no longer be accessible (Deprecation Notice): We are deprecating the old Dynamic Tags tables
category_*. You will no longer be able to access these tables after June 20th, please recreate your tags on the New Dynamic Tags experience. - Ingestion Observability (Beta): Track the status of ingested assets directly in the dataset view or via API, including error reporting, processing, and ready to search states. For full details, see the Ingestion Observability Guide.
- SQL UI Row Limit: The SQL tab in the platform now displays a maximum of 10,000 rows in the UI. If your result set exceeds this limit, you can still:
- Use
SELECT COUNT(*)to retrieve the full row count - Download the full result set as CSV or Parquet via S3 Export (New)
- Use
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
multimodalencoder previously used in dataset creation and search. Customers should migrate tomultimodal-tx-large2ormultimodal-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
- New API domain:
- 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
- Action recommended:
