> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication

> Manage API keys and user account information

Manage API keys and retrieve user account details.

## Endpoints

<CardGroup cols={2}>
  <Card icon="plus" title="Create API Key" href="/api-reference/authentication/create_api_key">
    Generate a new API key
  </Card>

  <Card icon="list" title="List API Keys" href="/api-reference/authentication/list_api_keys">
    Get all API keys
  </Card>

  <Card icon="user" title="Get User Info" href="/api-reference/authentication/get_user">
    Retrieve account details
  </Card>

  <Card icon="trash" title="Delete API Key" href="/api-reference/authentication/delete_api_key">
    Remove an API key
  </Card>

  <Card icon="folder" title="Set API Key Collections" href="/api-reference/authentication/set_api_key_collections">
    Scope API key to collections
  </Card>
</CardGroup>
