🔌 API

Getting an API Key

How to request API access, create and manage keys|


API keys allow you to integrate iSpy Bot checks into your systems via REST API. Key management is available directly in the bot.

API is available only to users with the ULTIMATE category. To obtain the category, contact the administrator @ninja_unlocker.

How to Get an API Key

  1. 01

    Make sure your category is ULTIMATE

  2. 02

    Open "👤 My profile" → "🔑 Keys & Integrations"

  3. 03

    Select "REST API Keys"

  4. 04

    Click "Create key" and set a name

  5. 05

    Copy the key - it is shown only once upon creation

Save the key immediately after creation. Afterwards, only its beginning (prefix) is displayed. If the key is lost, create a new one or regenerate the existing one.

Limits

ParameterValue
REST API keysUp to 10 per account
Key formatsk_live_xxx
AuthorizationX-API-Key header

Key Management

In the "🔑 Keys & Integrations" section, the following actions are available for each key:

ActionDescription
View detailsName, creation date, last used, status
RenameChange the key name for convenience
RegenerateCreate a new key replacing the current one (the old key stops working)
Webhook URLSpecify a URL to receive results via webhook
DeleteDelete the key permanently

Quick Start

ParameterValue
Base URLhttps://api.ispy.services/api/v1
HeaderX-API-Key: sk_live_your_key
Data formatJSON
Documentationhttps://api.ispy.services