API端点:
https://baogaodan.com/api/v1/reports
请求示例:
curl --location --request GET 'https://baogaodan.com/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
for URL。 默认为:url
。project
result
good
for 良好, decent
for 普通, bad
for 差。sort_by
id
for 创建日期, generated_at
for 生成日期, url
for URL, result
for 结果。 默认为:id
。sort
desc
for 降序, asc
for 升序。 默认为:desc
。per_page
10
, 25
, 50
, 100
。 默认为:10
。API端点:
https://baogaodan.com/api/v1/reports/{id}
请求示例:
curl --location --request GET 'https://baogaodan.com/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API端点:
https://baogaodan.com/api/v1/reports
请求示例:
curl --location --request POST 'https://baogaodan.com/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
privacy
0
for 公开, 1
for 私有, 2
for 密码。 默认为:1
。password
privacy
set to 2
.API端点:
https://baogaodan.com/api/v1/reports/{id}
请求示例:
curl --location --request PUT 'https://baogaodan.com/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
for 公开, 1
for 私有, 2
for 密码。password
privacy
set to 2
.results
0
for 否, 1
for 是。 默认为:0
。API端点:
https://baogaodan.com/api/v1/reports/{id}
请求示例:
curl --location --request DELETE 'https://baogaodan.com/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'