电子合同API开发文档 v5

搜索关键词坐标

请求地址:/v5/Tool/searchKeywordPosition.json

请求方式:POST

接口版本: 5.2.3

接口描述:

require 'typhoeus'
 
# 接口地址
apiurl="https://api-v2.1dq.com/v5/Tool/searchKeywordPosition.json"
 
#请求参数
 
body={file_id : 'signed-b53873dc02d34ac2bc288ea8a1d34559-99b3a5c3-0001',keyword : 'yidingqian',password : '',}
 
resp=Typhoeus::Request.post(apiurl,body:body)
puts resp.body