# HTTP API

## **API Base URL**

API의 기본 URL은 다음과 같습니다.

`https://api.trackit.so`

## Rate Limiting (속도 제한)

모든 사용자에게 동일한 서비스 품질을 보장하기 위해 Trackit API는 속도 제한이 있습니다. 특정 시간 동안 API에 요청 수에 제한이 존재하고 **기본 속도는 각 API 키에 초당 10개 요청으로 제한합니다.**

아래 문서를 참고해 Trackit API를 활용해 보세요.

{% content-ref url="/pages/UpmgI3rboJh0ntoIGTnR" %}
[Authentication](/integrations/http-api/authentication.md)
{% endcontent-ref %}

{% content-ref url="/pages/9afkQVWEV3Pr0xTV7roT" %}
[Slug](/integrations/http-api/slug.md)
{% endcontent-ref %}

{% content-ref url="/pages/wnnXUf1bfeEiXE0o5qxJ" %}
[조회](/integrations/http-api/inquiry.md)
{% endcontent-ref %}

{% content-ref url="/pages/FsAmSjG6mnZ2nOEEBRFY" %}
[등록](/integrations/http-api/create.md)
{% endcontent-ref %}

{% content-ref url="/pages/wCxXeBiukndYdfPFh4Zn" %}
[수정](/integrations/http-api/update.md)
{% endcontent-ref %}

{% content-ref url="/pages/ITI4slljqrMuiwT2LSwU" %}
[삭제](/integrations/http-api/delete.md)
{% endcontent-ref %}

{% content-ref url="/pages/wbn1bujeXJPnb40Rn9At" %}
[에러 처리](/integrations/http-api/error-handling.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trackit.so/integrations/http-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
