cURL
curl --request GET \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/category/sample/list \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>'
{ "code": 200, "msg": "<string>", "result": { "total": 10, "page": 1, "page_size": 20, "samples": [ { "sample_id": "1234567890", "file_name": "invoice_sample.pdf" } ] } }
获取指定文件类别的样本列表
空间ID
"1234567890"
文件类别ID
页码
每页数量
成功获取类别样本列表
状态码
200
状态描述
Show child attributes