[Question]: ragflow request api bug
Describe your problem
When using HTTP API, the error is reported as shown in the figure:
Your authorization is wrong. Should be Bearer xxxx
Thanks.But there is a problem with the documentation
Sorry. I will update it.
hi,could you share your python file using HTTP API?
how you solve the login issue when you using http API? I can't obtain the response data. please help me! thanks.
how you solve the login issue when you using http API? I can't obtain the response data. please help me! thanks.↳
@Remember12344 HTTP API format should be requests.post(url=api_url + path, json=json, headers={"Authorization": "Bearer ragflow-xxx", "Content-Type":"application/json"})