> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/api-developer-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/api-developer-guide/api-ko/api-integration/accreditation-body-apis/certification-api.md).

# 인증 API

## 인증서 업로드

이 엔드포인트를 통해 인증서를 업로드할 수 있습니다.

{% content-ref url="/pages/u6IJh9yszG8oprOjnH7g" %}
[인증 업로드](/api-developer-guide/api-ko/api-integration/accreditation-body-apis/certification-api/upload-certification.md)
{% endcontent-ref %}

## 모든 인증서 조회

이 엔드포인트는 등록된 모든 인증서의 데이터를 조회합니다.

{% content-ref url="/pages/ogaK7DFxEvxkoHa3XDsB" %}
[모든 인증 검색](/api-developer-guide/api-ko/api-integration/accreditation-body-apis/certification-api/retrieve-all-certifications.md)
{% endcontent-ref %}

## 인증서 조회

이 엔드포인트는 단일 인증서의 데이터를 조회합니다.

{% content-ref url="/pages/qhRndfojvEALrLLYQs75" %}
[인증 검색](/api-developer-guide/api-ko/api-integration/accreditation-body-apis/certification-api/retrieve-a-certification.md)
{% endcontent-ref %}

## 인증서 삭제

이 엔드포인트를 통해 인증서를 삭제할 수 있습니다.

{% content-ref url="/pages/yK8nHqRmi3oA4dTQ3H92" %}
[인증 삭제](/api-developer-guide/api-ko/api-integration/accreditation-body-apis/certification-api/delete-a-certification.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.iafcertsearch.org/api-developer-guide/api-ko/api-integration/accreditation-body-apis/certification-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
