请求使用python生成ID为ID的报告

时间:2019-08-20 10:26:44

标签: python api

使用此python代码使用其api从数据在线平台生成报告ID。

以下是代码:

import requests 

import json

api_url = 'https://www.lytics.com/api/insights/v1/reports'

headers = {
    'Content-Type': 'application/json'.
    'X-access-key': 'e13168e9f4550'
}

r = requests.post(url=api_url, headers=headers)

print(r.content)

获取此错误消息:

  

{“代码”:400,“消息”:“无效的输入参数”,“状态”:“错误”}'

0 个答案:

没有答案