Skip to main content
POST
Fetch a browser screenshot

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Body

application/json
projectId
string
required
Required string length: 1 - 128
sessionId
string
required
Required string length: 1 - 128
artifactId
string
required
Required string length: 1 - 128

Response

Returns screenshot as base64 PNG, or null when absent. artifactId is the command ID from the result.

screenshot
string | null
required

Base64-encoded PNG when present.