GET is convenient
Use GET for shareable render URLs and short query parameters. If a URL carries sensitive values, use a narrow short-lived key.
curl "https://renderlog.com/api/render?url=https%3A%2F%2Fexample.com&format=png&width=1366&height=768&dpr=1&selector=%23app" \
-H "Authorization: Bearer rl_live_xxx"