Login
Get Started
Search...
/
Introduction
Overview
Why Coactive
Getting started
Quickstart
SDKs
Tutorials
Intelligent Search
Classification
Real-time Visual Analytics
API Reference
Asset
GET
Get image detail
GET
Get video detail
Classification
POST
Classify image at public url
Concept
GET
List concepts
POST
Create concept
GET
Get concept
DEL
Delete concept
PATCH
Update concept
GET
Get labels
PATCH
Update labels
GET
Get label candidates
GET
Get concept's prediction estimation
Credentials
POST
Add AWS credentials
POST
Add GCP credentials
POST
Validate credentials
Dataset
GET
List datasets
POST
Create dataset
GET
Get dataset
DEL
Delete dataset
PATCH
Update dataset
GET
Get images
GET
Get videos
POST
Add assets
PUT
Update asset metadata
DEL
Delete image
DEL
Delete video
Dynamic Tags
GET
List categories
POST
Create category
GET
List dynamic tags
POST
Create dynamic tag
GET
Get category by id
GET
Get information about a specific dynamic tag using the id
PUT
Update a dynamic tag's prompts
GET
Get Top Content
Query
GET
List queries
POST
Create query
GET
Get query
DEL
Delete query
POST
Stop query
GET
Get query results url
Search
GET
Search dataset
GET
Get similar images in dataset
Login
Get Started
API Reference
Concept
Update concept
PATCH
https://
app.coactive.ai
/
api
/
v1
/
concepts
/
:concept_id
Update concept
Path parameters
concept_id
string
Required
The unique identifier for the concept
Request
This endpoint expects an object.
name
string
Optional
A replacement name for the concept
description
string
Optional
A replacement description for the concept
threshold
double
Optional
A replacement decision threshold for the concept
regularization
double
Optional
How strongly the model adapts to the training labels. Regularization strength. Lower value means the model fits more heavily to the training data
Response
This endpoint returns an object
createdUserId
string
The user that created the resource
createdDt
datetime
The created datetime of the resource
updatedUserId
string
The user that last updated the resource
updatedDt
datetime
The datetime the resource was last updated
name
string
The name of the concept
conceptId
string
The unique identifier for the concept
datasetId
string
The unique identifier for the dataset
description
string
Optional
A description for the concept
threshold
double
Optional
Defaults to
0.8
Threshold above which classification is positive
regularization
double
Optional
Defaults to
0.0625
How strongly the model adapts to the training labels. Regularization strength. Lower value means the model fits more heavily to the training data
Built with