Skip to content
Get started

Import Pipeline Metadata

PUT/api/v1/pipelines/{pipeline_id}/metadata

Import metadata for a pipeline.

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

Import Pipeline Metadata

curl https://api.cloud.llamaindex.ai/api/v1/pipelines/$PIPELINE_ID/metadata \
    -X PUT \
    -H 'Content-Type: multipart/form-data' \
    -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY" \
    -F 'upload_file=@/path/to/upload_file'
{
  "foo": "string"
}
Returns Examples
{
  "foo": "string"
}