/
CO
coactive
/
API Reference
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-17
Details
Filter operations
agentic-search > agenticSearch
2
celebrity-detection
7
classification
1
concept
9
connections > connections
8
context-studio > adSegments
3
datasets > dataset
5
datasets > datasetConfig
1
datasets > encoder
1
dynamicTags
1
ingestion
1
ingestion > ingest
6
post
Add/Update Metadata
post
Create Ingest Job From Assets
post
Create Ingest Job From Bucket
post
Create Ingest Job From File
post
Create Ingest Job From Images
post
Create Ingest Job From Videos
ingestion > status
9
queries
11
search > search
10
search-metadata-filter
8
search-video > searchVideo
2
systemCredentials
5
userManagement
8
video-narative-metadata > videoNarrativeMetadata
15
video-narative-metadata > videoSummarization
1
video-scores > videoScores
4
ingestion > ingest
Create Ingest Job From File
Ingest assets from a CSV or JSON file
post
/api/v1/ingestion/files
Request body
IngestionCreateIngestJobFromFileRequest
required
dataset_id
string
uuid
required
source_path
string
required
connection_name
string
nullable
file_type
'unspecified'
|
'csv'
|
'json'
Response
Successful Response
IngestionCreateIngestJobResponse
required
id
string
required
org_id
string
required
dataset_id
string
uuid
required
connection_name
string
nullable
job_type
'unspecified'
|
'assets'
|
'file'
|
'bucket'
|
'metadata'
required
details
union
required
request_type
'submit'
status
'completed'
|
'failed'
|
'in_progress'
|
'pending'
|
'paused'
|
'stopping'
|
'stopped'
Enum of Ingest Job Status.
created_dt
string
date-time
required
updated_dt
string
date-time
nullable
total_assets
integer
nullable
processed_assets
integer
errored_assets
integer
request_id
string
nullable
Changes