跳到主要内容

快速开始

查看CURL、PHP、Node、Golang代码示例,代码可直接运行成功,其他开发语言可参考通用http接口定义。

Demo

PDF文件合并

curl -X POST 'https://test-rest-api.easyyun.com/v1/router/rest' \
-d 'method=pdf.merge' \
-d 'token=395a25d6fa758bfb6c0d3da007a8b189' \
-d 'input={"file_url":["https://static.easyyun.com/static/example/files/one_page.pdf","https://static.easyyun.com/static/example/files/two_pages.pdf"]}'

PDF转图片

curl -X POST 'https://test-rest-api.easyyun.com/v1/router/rest' \
-d 'method=pdf.splitToImage' \
-d 'token=395a25d6fa758bfb6c0d3da007a8b189' \
-d 'async=0' \
-d 'input=https://static.easyyun.com/static/example/files/four_pages.pdf' \
-d 'options={"quality": "middle", "page": "1-N"}'

继续探索

完成了体验后,更多API:参考