> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/api-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/api-guide/endpoint/event-api.md).

# Event API

### Introduction

The Event API endpoints provide access to event-related information within our system. These endpoints enable you to manage events, retrieve event details, create new events, and more, allowing your application to seamlessly interact with our event data.

### Base URL

All requests to the Event API endpoints should be made to the following base URL:

```http
http://api.ants.tech/access/api/event
```

### Authentication

To access these endpoints, you will need to authenticate your requests using OAuth 2.0 and ensure that the access token is authenticated with the scope `event`. Please refer to our [Authentication Guide](#base-url) for details on how to obtain an access token.

### Error Handling

Our API follows standard HTTP status codes for indicating the success or failure of a request. In case of an error, additional information will be provided in the response body.
