Endpoint for checking the status of Browse AI infrastructure
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/status
This endpoint provides you with real-time information regarding the operational status of the Browse AI infrastructure. It gives insights into the condition of the tasks queue, thus allowing you to understand if the services are running smoothly or are under maintenance.
请求参数
Header 参数
返回响应
🟢200A JSON containing Browse AI infrastructure status
application/json
Body
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--request GET \
--url https://api.browse.ai/v2/status \
--header'Authorization: Bearer YOUR_SECRET_API_KEY'