GEThttps://api.agentstation.ai/v1/workstations/:workstation_id/browser/pdf
Retrieve the PDF content of the active tab of the Workstation browser.
Request
Responses
- 200
Successfully retrieved PDF content
Authorization: http
name: bearerAuthtype: httpdescription: API keys are used to authenticate to the AgentStation platform. You can create and manage your API keys in the dashboard. To use this API, you need to send a Bearer Token in the Authorization header. Example: Authorization: Bearer <your_token_here> scheme: bearer
- curl
- nodejs
- python
- go
- csharp
- ruby
- php
- java
- powershell
- dart
- javascript
- c
- objective-c
- ocaml
- r
- swift
- kotlin
- rust
- CURL
curl -L 'https://api.agentstation.ai/v1/workstations/:workstation_id/browser/pdf' \
-H 'Accept: application/pdf' \
-H 'Authorization: Bearer <token>'
ResponseClear