POST/POLL/GET 和 Python
POST/POLL/GET with Python
我如何使用 python 提交图像(URL link 到图像)到 API,轮询作业完成并从中获取结果完成的工作(另一张图片)?我可以采取哪些步骤来做到这一点?我也有 API 的用户名和密码。
您应该查看 requests library. It contains all of the info you need for authentication as well as making POST and GET requests,前提是您拥有要使用的 API 的文档
我如何使用 python 提交图像(URL link 到图像)到 API,轮询作业完成并从中获取结果完成的工作(另一张图片)?我可以采取哪些步骤来做到这一点?我也有 API 的用户名和密码。
您应该查看 requests library. It contains all of the info you need for authentication as well as making POST and GET requests,前提是您拥有要使用的 API 的文档