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

# API Access

You can access the Cymph platform via API from your applications. Cymph exposes a REST API so you can programmatically perform the same functionality as the Web application.

## Authentication

Authentication is achieved via the **x-cymph-api-key** HTTP header.

## Create an API key

1. Go to your profile menu.
   * **Click your profile picture** on the top right corner of the dashboard.
2. Go to your settings.
   * Click **Settings.**
3. Go to API access management page
   * Click on **API Keys** tab
4. Create a new key
   * Click on **New Key** button

<Frame>
  <img src="https://mintcdn.com/cymph/Q-1nriGAqaIFdQ_4/images/new_api_key.png?fit=max&auto=format&n=Q-1nriGAqaIFdQ_4&q=85&s=523d0ce87c650c325d0b4f71e93149ca" alt="New Api Key" width="3456" height="1718" data-path="images/new_api_key.png" />
</Frame>

5. Enter a name and select an expiration period

<Frame>
  <img src="https://mintcdn.com/cymph/VCUhTky-Vu2jNcTE/images/api_key_setup.png?fit=max&auto=format&n=VCUhTky-Vu2jNcTE&q=85&s=b748be6f6049d86fb2bb835f1fcdcbfb" alt="Api Key Setup" width="3456" height="1726" data-path="images/api_key_setup.png" />
</Frame>

6. The API key will be created and displayed. Make sure you copy the key because it will not be displayed again!

<Frame>
  <img src="https://mintcdn.com/cymph/VCUhTky-Vu2jNcTE/images/api_key_copy.png?fit=max&auto=format&n=VCUhTky-Vu2jNcTE&q=85&s=5dd395716367a14a6ea0d4c7953d8684" alt="Api Key Copy" width="3456" height="1734" data-path="images/api_key_copy.png" />
</Frame>

## Deleting an API key

The generated API keys are listed in the API key management page. Only the last five characters of the key are displayed to help you locate the key. If you want to delete it, press the Delete button of the key's entry

<Frame>
  <img src="https://mintcdn.com/cymph/VCUhTky-Vu2jNcTE/images/delete_api_key.png?fit=max&auto=format&n=VCUhTky-Vu2jNcTE&q=85&s=3b3b33319be60b7abcc7ef95fa199c1b" alt="Delete Api Key" width="3456" height="1712" data-path="images/delete_api_key.png" />
</Frame>
