Fundamentals
Multicloud
Examples
SDKs
Batch Processing
Specifications
Best Practice
Error Codes
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
content | yes | string | The HTML content. This can be either a URL to load from, a file upload (multipart/form-data) or an HTML content string | |
output-type | yes | string | The level of sanitization, possible values are: plain-text: reduce the content to plain text only (no HTML tags at all) simple-text: allow only very basic text formatting tags like b, em, i, strong, u basic-html: allow advanced text formatting and hyper links basic-html-with-images: same as basic html but also allows image tags advanced-html: same as basic html with images but also allows many more common HTML tags like table, ul, dl, pre |
Characteristic | Value | Description |
---|---|---|
Avg Latency | 20ms | Average RTT for requests within the same data center/region |
Max Rate | 2/second | Maximum inbound request rate. Exceeding this will result in request throttling |
Max Concurrency | 250 | Maximum concurrent/simultaneous requests. Exceeding this will result in error code 06 [TOO MANY CONNECTIONS] |