Extract Stateless
Stateless extraction using a default agent in the user's default project; requires data_schema, config, and one of file_id / text / base64 file data.
Query parameters
Cookies
Request body
Example request
{
"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
Changes
Changed in 3 of the 33 revisions of this API.210
- ○
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 the request propertywebhook_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 propertywebhook_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 propertywebhook_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 propertywebhook_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 propertywebhook_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 propertywebhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/request-property-enum-value-added
- ○
- ▲
removed the enum value
gemini-1.5-flashof the request propertyconfig/parse_model/anyOf[subschema #1: PublicModelName]/request-property-enum-value-removed
- ▲
removed the enum value
gemini-1.5-proof the request propertyconfig/parse_model/anyOf[subschema #1: PublicModelName]/request-property-enum-value-removed
- ○
removed the
gemini-1.5-flashenum value from theextraction_agent/config/parse_model/anyOf[subschema #1: PublicModelName]/response property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-1.5-proenum value from theextraction_agent/config/parse_model/anyOf[subschema #1: PublicModelName]/response property for the response status200response-property-enum-value-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲