Skip to main content

Account Quota API

This API allows you to retrieve account quota details for a given company’s account.

Endpoint

  • URL: /api/account/quota
  • Method: GET

Request

  • Headers:
    • x-api-key (string, required): The API key for authentication.

Response

  • 200 OK:
    • Description: Quota details retrieved successfully.
    • Body:
  • 400 Bad Request:
    • Description: Invalid API key.
    • Body:
  • 500 Internal Server Error:
    • Description: Internal server error.
    • Body:

Capture Screenshot Route

This endpoint allows you to capture a screenshot.

Endpoint

  • URL: /api/capture-screenshot
  • Method: POST

Request

  • Headers:
    • x-api-key (string, required): The API key for authentication.
  • Body:
    • Params (object, required): Parameters for capturing the screenshot.

Response

  • 200 OK:
    • Description: Screenshot captured successfully.
    • Body:
  • 400 Bad Request:
    • Description: Invalid request.
    • Body:
  • 401 Unauthorized:
    • Description: Unauthorized.
    • Body:
  • 403 Forbidden:
    • Description: Forbidden.
    • Body:
  • 500 Internal Server Error:
    • Description: Internal server error.
    • Body: