cURL example
curl -X POST https://itextmaster.com/api/external/pdf-tools/rotate-pdf \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{
"files": [
{ "name": "input.pdf", "dataBase64": "JVBERi0xLjcK..." }
],
"options": {"angle":90,"pages":[1,3,5]}
}' \
--output rotated.pdf