Browser-Use REST API is a powerful self-hosted solution for browser automation, offering a standardized interface per the Browser-Use Cloud API v2. Watch AI work in real-time with VNC streaming, manage persistent browser sessions, and access over 15 language models. Ideal for developers seeking control and flexibility.
A powerful and self-hosted REST API wrapper, aligning with the Browser-Use Cloud API v2 specification, designed to facilitate seamless browser automation with AI capabilities. This project offers a standardized REST interface empowering developers to integrate browser automation into their workflows efficiently.
Begin utilizing the API with a simple command:
# Start the API service
docker run -d -p 8080:8080 reqeique/browser-use-api:latest
# Create a browser automation task
curl -X POST "http://localhost:8080/tasks" \
-H "Content-Type: application/json" \
-d '{"task": "Find the top 3 AI news on Hacker News", "llm": "gemini-flash-lite-latest"}'
# View the task in real-time
The API's flexibility supports various applications such as:
Tasks can be customized using a comprehensive schema, allowing tailored requests for browser automation, including the ability to save session data and manage structured outputs.
Extensive documentation provides guidance on setup, configuration, and troubleshooting. Engage with the community on Discord for support or to share ideas.
No comments yet.
Sign in to be the first to comment.