> 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-zh/api-integration/accreditation-body-apis/certification-api.md).

# 认证 API

## 上传认证

此端点允许您上传认证。

{% content-ref url="/pages/z59qhl4OHdJnYet6bPsR" %}
[上传认证](/api-developer-guide/api-zh/api-integration/accreditation-body-apis/certification-api/upload-certification.md)
{% endcontent-ref %}

## 检索所有认证

此端点检索所有已注册的认证数据。

{% content-ref url="/pages/18FjUjwinE2gaO7cBHsg" %}
[检索所有认证](/api-developer-guide/api-zh/api-integration/accreditation-body-apis/certification-api/retrieve-all-certifications.md)
{% endcontent-ref %}

## 检索单个认证

此端点检索单个认证的数据。

{% content-ref url="/pages/cAczqfXrdZr8YvG5kGpl" %}
[Broken mention](broken://pages/cAczqfXrdZr8YvG5kGpl)
{% endcontent-ref %}

## 删除认证

此端点允许您删除认证。

{% content-ref url="/pages/tgFn6N9UoGtCuYU6idYS" %}
[Broken mention](broken://pages/tgFn6N9UoGtCuYU6idYS)
{% 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-zh/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.
