Returns a list of all available input processors that can be used to transform task inputs.
Note: This endpoint returns a plain array of processors, not a paginated response. All available processors are returned in a single request.
Input processors are utility functions that can modify or enhance the input data before it is processed by the task.
Each processor supports optional configuration parameters to customize its behavior.
Available processors:
- url_fetcher: Fetches HTML content from URLs
- perplexity_search: Searches the web for real-time information
- document_content_extractor: Extracts text from uploaded documents