Skip to main content
POST
/
ocr
/
ingest
Python
from unstructured import UnstructuredClient

client = UnstructuredClient(
    username="My Username",
    password="My Password",
)
response = client.data_source.ingest(
    data_connector_name="data_connector_name",
)
print(response)
{
  "detail": "<string>"
}

Body

application/json
data_connector_name
string
required
file_names
string[] | null
job_id
string | null
clean_up_out_of_sync
boolean
default:true
file_count_to_run
integer | null
use_llm
boolean
default:false

Response

Successful Response