Get Preprocessors
GET
/v1/preprocessors
const url = 'https://router.telem.ai/v1/preprocessors';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://router.telem.ai/v1/preprocessorsResponses
Section titled “Responses”Successful Response
Media typeapplication/json
Response Get Preprocessors V1 Preprocessors Get
object
key
additional properties
any
Examplegenerated
{}