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

# Make an API call

> Start making your API calls now!

The V2 APIs are **experimental** and available only to a **limited** number of users.
To request access or for more information, please contact us at [support@identifai.net](mailto:support@identifai.net)

## Authentication

All API endpoints are authenticated using an API Key.

## Get an API Key

You can get your API Key by creating an account on our platform [IdentifAI](https://web.identifai.net).

<CardGroup>
  <Card title="Login" icon="user" href="https://web.identifai.net">
    Log in and get your API Key.
  </Card>

  <Card title="Register" icon="user-plus" href="../sign-up">
    Need help with registration? Follow our tutorial.
  </Card>
</CardGroup>

## Make an API call

Make an API call using our endpoints.

<Note>
  Before you can make any API call you need to get an api-key.
</Note>

<CardGroup>
  <Card title="Classify a batch of tickets for tampering detection" icon="camera" href="tampering/submit-tickets-for-analysis">
    Start tickets analysis and find out whether they have been tampered or not!
  </Card>

  <Card title="Get tickets analysis results" icon="image" href="tampering/get-tickets-analysis-results">
    Get the results of a tickets analysis.
  </Card>
</CardGroup>
