Skip to main content
POST
Create Sources from ZIP

Authorizations

sessionid
string
cookie
required

Query Parameters

organization_name
string
required

Organization name (required for multi-tenant API keys)

Body

multipart/form-data

Request schema for bulk source ingestion from a ZIP upload.

file
file
required

ZIP file to upload and ingest.

force_reupload_existing
boolean
default:false

When true, re-upload and re-parse even if source already exists.

parent_topic_path
string

Optional parent topic root-to-leaf path as a JSON-encoded array of strings (example: '["Manufacturers", "Acme"]'). This path is prefixed to each ZIP-derived file topic path.

Response

202 - application/json

ZIP ingestion queued.

Response returned when an S3 folder ingestion job is queued.

message
string
required
job_id
string<uuid>
required