Documentation
HomeBlogsGet Started
  • ๐Ÿ’กIntroduction
  • ๐Ÿš€Unitlab Annotate
  • Workspace Management
    • ๐Ÿ Create a Workspace
    • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆInvite Members
    • โ›ณRole-Based Access
  • Project Management
    • ๐Ÿ“ŒSetup a Project
    • ๐Ÿ–Œ๏ธAnnotation
    • ๐Ÿ“‰Performance Analytics
  • Auto Labeling
    • ๐Ÿช„Segment Anything (SAM)
    • ๐Ÿค–Batch Auto-Annotation
    • โน๏ธCrop Auto-Annotation
  • Ai models
    • ๐Ÿง Model Integration
    • ๐Ÿ”งModel Management
    • ๐ŸŽกHow To Use?
  • AUTOMATION WORKFLOW
    • โ›“๏ธAutomation Workflow
  • Dataset Management
    • ๐Ÿ›ฐ๏ธRelease Datasets
    • โš™๏ธManage Datasets
    • ๐ŸŒ€Clone Datasets
  • CLI/Python SDK
    • ๐Ÿ› ๏ธGet started
    • ๐Ÿ’ปUnitlab CLI
    • ๐Ÿ›ก๏ธUnitlab Python SDK
  • How to integrate
    • ๐Ÿ”‘Create an API key
Powered by GitBook
On this page

Was this helpful?

  1. How to integrate

Create an API key

Authenticate Unitlab's CLI and SDK with an API key

PreviousUnitlab Python SDK

Last updated 4 months ago

Was this helpful?

To create an API key in Unitlab:

  1. Log in to Unitlab: https://app.unitlab.ai

  2. Click API Keys in the left sidebar.

  3. Click the New Key button.

Your API key will be generated with a unique API ID and the API key. Copy and use your newly created API key to authenticate with the Unitlab.

Tips:

  • Keep your API keys secret. Do not share them with anyone else.

  • Create a new API key if you need to revoke access to your Unitlab account.

Additional information:

  • API keys are used to authenticate with the Unitlab API.

  • API keys can be used to access all of the Unitlab API endpoints, including the CLI and Python SDK.

  • API keys can be revoked by deleting or disabling them at any time.

๐Ÿ”‘