Navigation
Examples of How to Use NotexAI to Navigate a Webpage
Use Case: Navigate Google Flights to Book a Zurich to San Francisco Flight
1. Start a NotexAI Session
curl --location \
--request POST 'https://api.notexai.pro/session/start' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer your-api-key' \
--data '{
"keep_alive": true,
"session_timeout": 15,
"screenshot": false
}'{
"session_id": "2684782c-0b6a-4018-9dba-0de11f2e09d8",
"error": null
}2. Observe the Page
3. Take Action: Enter Origin City (Zurich)
4. Take Action: Enter Destination City (San Francisco)
5. Close the Session
Last updated