{
"app_key": "app_key_test",
"input": "https://static.pdfai.cn/static/example/files/four_pages.pdf",
"page": 1,
"quality": "high"
}
curl --location --request POST 'https://pdf-api.pdfai.cn/v1/pdf/split_pdf' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "app_key_test",
"input": "https://static.pdfai.cn/static/example/files/four_pages.pdf",
"page": 1,
"quality": "high"
}'
{}