/
/SnapAPI - Screenshot & Web Data API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 11h ago · Updated 4w ago
Analyze1
  • postAI-Powered Web Analysis
Auth11
  • postRegister
  • postLogin
  • postGoogle OAuth
  • postGitHub OAuth
  • postApple Sign-In
  • postRefresh Token
  • postLogout
  • getGet Current User
  • postForgot Password
  • postReset Password
  • getVerify Email
Dashboard13
  • getDashboard Overview
  • getList API Keys
  • postCreate API Key
  • deleteDelete API Key
  • patchUpdate API Key
  • postRegenerate API Key
  • getUsage History
  • getBilling Info
  • getAvailable Plans
  • postCreate Checkout
  • postCancel Subscription
  • patchUpdate Profile
  • postChange Password
Extract2
  • getExtract Web Content (GET)
  • postExtract Web Content
Health3
  • getPing
  • getHealth Check
  • getDetailed Health Check
PDF1
  • postGenerate PDF
Scrape2
  • getScrape Webpage (GET)
  • postScrape Webpage
Screenshot5
  • getTake Screenshot (GET)
  • postTake Screenshot
  • postBatch Screenshots
  • getGet Batch Job Status
  • getGet Async Screenshot Status
Storage9
  • getStorage Overview
  • postSet Vault Preference
  • getList Stored Files
  • getGet Stored File
  • deleteDelete Stored File
  • getGet S3 Configuration
  • postSave S3 Configuration
  • deleteDelete S3 Configuration
  • postTest S3 Connection
Usage1
  • getGet API Usage
Utilities2
  • getList Device Presets
  • getAPI Capabilities
Video1
  • postRecord Video
Webhooks1
  • postPaddle Webhook
    Health

    Ping

    Simple health check. Returns OK status and timestamp.

    get/v1/ping

    Response

    OK

    statusstring
    timestampinteger

    Example response

    {
      "status": "ok",
      "timestamp": 1708372800000
    }

    Changes