mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
suchintan's feedback + changelog (#4947)
Co-authored-by: Ritik Sahni <ritiksahni0203@gmail.com>
This commit is contained in:
parent
a4d9c9dd22
commit
59cd1e10bb
29 changed files with 885 additions and 148 deletions
|
|
@ -24,7 +24,7 @@ Every Skyvern API request requires the `x-api-key` header:
|
|||
curl -X POST "https://api.skyvern.com/v1/runs" \
|
||||
-H "x-api-key: YOUR_API_KEY" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{ "url": "https://example.com", "goal": "Extract the pricing table" }'
|
||||
-d '{ "url": "https://example.com", "prompt": "Extract the pricing table" }'
|
||||
```
|
||||
|
||||
With the Python SDK:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue