-
Notifications
You must be signed in to change notification settings - Fork 13
docs: make Cloud SDK API V4-first #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
262a434
57116b1
b9ca9fd
91c08e4
6a019e6
994cb9c
eb09802
3cab96f
bd2f488
6db69a4
fdc8b3b
d98d4c4
afdc79a
ef1f122
e5faff7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -67,16 +67,16 @@ Response: | |||||
|
|
||||||
| Use the returned key for Browser Use Cloud API requests. | ||||||
|
|
||||||
| For example, create a browser session: | ||||||
| For example, create an API V4 run: | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
|
|
||||||
| ```bash | ||||||
| curl -X POST https://api.browser-use.com/api/v3/browsers \ | ||||||
| curl https://api.browser-use.com/api/v4/runs \ | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| -H "X-Browser-Use-API-Key: bu_..." \ | ||||||
| -H "Content-Type: application/json" \ | ||||||
| -d '{}' | ||||||
| -d '{"task":"Find the top Hacker News story"}' | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| ``` | ||||||
|
|
||||||
| See the [Create Browser Session API reference](/cloud/api-v3/browsers/create-browser-session). | ||||||
| See the [API V4 quick start](/cloud/agent/quickstart). | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. l There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
|
|
||||||
| ## Claim the account | ||||||
|
|
||||||
|
|
||||||
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.