TaskNet
  • Welcome to TaskNet Documentation
  • 🚀Getting Started
    • Authentication
      • API KEY
      • Environments
      • Fingerprints
    • Private Vs Public
    • QuickStart
  • Node Operators
    • Becoming a Node Operator
  • 📕Features
    • Browser Sessions
      • Automation Script Support
      • Automation with API
      • Real-Time View
      • File Downloads, and Uploads
    • User Fingerprints
      • Proxy
      • Chrome Extensions
  • 📚Guides
    • Running Automation Scripts
    • RealTime View
  • reference
    • Typescript SDK
      • NodeJS/Typescript
    • API Reference
      • Sessions
      • Enviornments
      • Fingerprints
      • Extensions
      • Page
      • Operators
  • What's New
    • Changelog
  • Socials
    • X
    • Github
    • Linkedin
    • Discord
Powered by GitBook
On this page
  1. Getting Started
  2. Authentication

API KEY

How to authenticate

PreviousAuthenticationNextEnvironments

Last updated 3 months ago

To call any api endpoint, you must provide an apiKey in the headers of the request.

  1. Creating an apiKey from the dashboard

You must store apiKey, as it cannot be retrieved once lost.

log in to the dashboard, navigate to the API Keys section, and click Add New Api Key. After setting it up, you will receive an apiKeyUUID and an apiKey. Ensure you store the apiKey securely, as it will only be displayed once.

  1. Include environment credentials in the request headers

To authenticate, you must include your environmentUUID and envSecret in the request headers.

Header Key
Value

X-Api-Key-Id

X-Api-Key

🚀
apiKeyUUID
apiKey