# API 목록

{% content-ref url="/pages/-Lur8sp4YRmo0Rc3EEPB" %}
[Analysis](/project/backend-api/api/analysis.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaSpohWG0j0KrHT2w2G" %}
[Auth API](/project/backend-api/api/auth.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaT9ZWzobx2GoM0X8Q6" %}
[Newsfeed API](/project/backend-api/api/timeline.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaUKbVBaZE-RhokR9kn" %}
[Post API](/project/backend-api/api/account.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaT6XeptrynGD8ZarEc" %}
[Search API](/project/backend-api/api/search.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaUpwZT8160IiyEq5Ot" %}
[Admin API](/project/backend-api/api/admin.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LngqQlvFomswuA7Qxpy" %}
[세종 Auth API](/project/backend-api/auth-api.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://soojle.gitbook.io/project/backend-api/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.
