Run Component
POST/api/v1/haystack/components/run
Runs a haystack component with the provided parameters.
This is useful for testing components or running them with specific input data.
Request
Responses
- 200
- 400
- 404
- 422
The output produced by running the component.
The component failed to run because of incorrect parameters or input, or it references a disabled index. Enable the index first before running the component.
The component doesn't exist or is missing. Make sure the component name is correct.
Validation Error
Was this page helpful?