Upsert Pipeline
Upsert a pipeline.
Updates the pipeline if one with the same name and project already exists, otherwise creates a new one.
Query parameters
Cookies
Request body
Example request
{
"llama_parse_parameters": {
"webhook_configurations": [
{
"webhook_url": "https://example.com/webhooks/llamacloud",
"webhook_headers": {
"Authorization": "Bearer sk-..."
},
"webhook_events": [
"parse.success",
"parse.error"
],
"webhook_output_format": "json"
}
]
}
}Response
Successful Response
Example response
{
"llama_parse_parameters": {
"webhook_configurations": [
{
"webhook_url": "https://example.com/webhooks/llamacloud",
"webhook_headers": {
"Authorization": "Bearer sk-..."
},
"webhook_events": [
"parse.success",
"parse.error"
],
"webhook_output_format": "json"
}
]
}
}Changes
Changed in 2 of the 33 revisions of this API.68
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
classify.runningenum value to thellama_parse_parameters/anyOf[subschema #1: LlamaParseParameters]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.cancelledenum value to thellama_parse_parameters/anyOf[subschema #1: LlamaParseParameters]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.errorenum value to thellama_parse_parameters/anyOf[subschema #1: LlamaParseParameters]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.partial_successenum value to thellama_parse_parameters/anyOf[subschema #1: LlamaParseParameters]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.pendingenum value to thellama_parse_parameters/anyOf[subschema #1: LlamaParseParameters]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.successenum value to thellama_parse_parameters/anyOf[subschema #1: LlamaParseParameters]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ○
added the new
classify.runningenum value to the request propertyllama_parse_parameters/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/request-property-enum-value-added
- ○
added the new
sheets.cancelledenum value to the request propertyllama_parse_parameters/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/request-property-enum-value-added
- ○
added the new
sheets.errorenum value to the request propertyllama_parse_parameters/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/request-property-enum-value-added
- ○
added the new
sheets.partial_successenum value to the request propertyllama_parse_parameters/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/request-property-enum-value-added
- ○
added the new
sheets.pendingenum value to the request propertyllama_parse_parameters/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/request-property-enum-value-added
- ○
added the new
sheets.successenum value to the request propertyllama_parse_parameters/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/request-property-enum-value-added
- ●