curl --request POST \
--url https://api.ara.so/steel/navigate \
--header 'Content-Type: application/json' \
--data '
{
"sessionId": "<string>",
"url": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Navigate a Steel session to a URL and return the page title.
curl --request POST \
--url https://api.ara.so/steel/navigate \
--header 'Content-Type: application/json' \
--data '
{
"sessionId": "<string>",
"url": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Was this page helpful?