Opkey Generic API

The Generic API from Opkey — 30 operation(s) for generic.

Operations 30

POST /api/v2/generic/kill-app Kill App #
POST /api/v2/generic/uninstall-app Uninstall App(V2) #
POST /api/v2/generic/geo-ip-location Geo IP Location - Connect #
POST /api/v2/generic/init-liveview Start Streamer #
POST /api/v2/generic/set-location Set Mock GPS Location #
POST /api/v2/generic/set-timezone Set Time Zone (iOS) #
POST /api/start_performance_data Start Performance Data #
POST /api/manual_access_files_list Performance Data File List #
POST /api/download_manual_access_data Download Performance Data #
POST /api/install_app Install and Launch App #
POST /api/pushFileToSwapBox Push File #
POST /api/delete_file Delete File From Cloud #
POST /api/devices Get Device List #
POST /api/book_device Book Device #
POST /api/release_device Release Device #
POST /api/get_user_details Get User Details #
POST /api/upload_file Upload App #
POST /api/drive Get Available Apps #
POST /api/download_file Download File From Cloud #
POST /api/get_devices_details Get Single Device Details #
POST /api/get_device_url Get Device Page URL #
POST /api/execute_adb Execute ADB #
POST /api/wifi_statehandler Toggle Wifi #
POST /api/set_deviceLocation Set Location #
POST /api/capture_device_screenshot Capture Device Screenshot #
POST /api/get_device_sessionDetails Get Device Session Details #
POST /api/wildnet Wildnet #
POST /api/start_device_services Start Device Services #
POST /api/qr_image_inject QR Image Inject #
POST /api/biometric_authentication Biometric Authentication #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/opkey-generic-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

opkey-generic-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: pCloudy Device Cloud Generic API
  version: v2
  summary: Public REST API for the pCloudy real-device cloud, an Opkey product.
  description: The pCloudy REST API is the machine-readable surface of the pCloudy real-device testing cloud operated by Opkey (Smart Software Testing Solutions Inc.).
  contact:
    name: Opkey
    url: https://www.opkey.com/
  x-generated-by: API Evangelist enrichment pipeline
  x-source: https://content.pcloudy.com/apidocs/
servers:
- url: https://{cloud}.pcloudy.com
  description: pCloudy cloud instance
  variables:
    cloud:
      default: device
      enum:
      - device
      - demo
      - aus
      description: pCloudy cloud host prefix; the docs refer to this as <Cloud URL>.
security:
- accessToken: []
tags:


# --- truncated at 32 KB (41 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/opkey/refs/heads/main/openapi/opkey-generic-api-openapi.yml