Get Postprocessors
GET
/v1/postprocessors
const url = 'https://router.telem.ai/v1/postprocessors';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/postprocessorsResponses
Section titled “Responses”Successful Response
Media typeapplication/json
Response Get Postprocessors V1 Postprocessors Get
object
key
additional properties
any
Examplegenerated
{}