Skip to main content
POST
/
sources
/
bulk-ingest-zip
Create Sources from ZIP
curl --request POST \
  --url https://api-prod.voltai.ai/source/api/sources/bulk-ingest-zip/ \
  --header 'Content-Type: multipart/form-data' \
  --cookie sessionid= \
  --form file='@example-file' \
  --form force_reupload_existing=false \
  --form 'parent_topic_path=<string>'
{
  "message": "<string>",
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.voltai.ai/llms.txt

Use this file to discover all available pages before exploring further.

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", "Infineon"]'). 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