Skip to content
Get started

Sync Pipeline Document

POST/api/v1/pipelines/{pipeline_id}/documents/{document_id}/sync

Sync a specific document for a pipeline.

Path ParametersExpand Collapse
pipeline_id: string
document_id: string
Cookie ParametersExpand Collapse
session: optional string

Sync Pipeline Document

curl https://api.cloud.llamaindex.ai/api/v1/pipelines/$PIPELINE_ID/documents/$DOCUMENT_ID/sync \
    -X POST \
    -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"
{}
Returns Examples
{}