Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
browser-snapshots
List browser snapshots
curl --request GET \
  --url https://capy.ai/api/v1/projects/{projectId}/browser-snapshots \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "projectId": "<string>",
      "name": "<string>",
      "domains": [
        "<string>"
      ],
      "isPrivate": true,
      "isDefault": true,
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.capy.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API token (capy_xxxx). Generate at capy.ai/settings/tokens

Path Parameters

projectId
string
required

Project ID.

Response

Success

items
object[]
required