API ReferenceConfiguration
List content cleaners
Returns available content cleaners with their options. Cleaners process HTML before extraction to reduce tokens or extract main content.
Returns available content cleaners with their options. Cleaners process HTML before extraction to reduce tokens or extract main content.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Include your API key in the Authorization header as Bearer rf_your_key.
In: header
Response Body
application/json
application/problem+json
curl -X GET "https://api.refyne.uk/api/v1/cleaners"{
"cleaners": [
{
"description": "string",
"name": "string",
"options": [
{
"default": null,
"description": "string",
"name": "string",
"type": "string"
}
]
}
],
"default_analysis_chain": [
{
"name": "string"
}
],
"default_extraction_chain": [
{
"name": "string"
}
]
}{
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "string",
"message": "string",
"value": null
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}