# Info API

You can find the full YAML swagger specification [here](https://id.uqudo.io/doc/v3/id-api.yaml/info)

You can find the full JSON swagger specification [here](https://id.uqudo.io/doc/v3/id-api/info)

Every API below requires an access token that you can retrieve using the [Authorisation](/docs/kyc/uqudo-api/authorisation.md) API

### Info API

This API provides access to the final result of the SDK session. However, it is typically not required, as the SDK already returns this result and makes it directly available to your application.

{% openapi src="<https://id.uqudo.io/doc/v3/id-api.yaml/info>" path="/api/v1/info/{sessionId}" method="get" %}
<https://id.uqudo.io/doc/v3/id-api.yaml/info>
{% endopenapi %}

{% openapi src="<https://id.uqudo.io/doc/v3/id-api.yaml/info>" path="/api/v1/info" method="get" %}
<https://id.uqudo.io/doc/v3/id-api.yaml/info>
{% endopenapi %}

See [SDK result](/docs/kyc/uqudo-sdk/sdk-result.md) for details about the JWS result

### Info delete API

This endpoint allows you to delete the session data that has been cached without waiting for the automatic deletion. The session id is the value of the "**jti**" property of the JWS returned by the uqudo SDK.

{% openapi src="<https://id.uqudo.io/doc/v3/id-api.yaml/info>" path="/api/v1/info/{sessionId}" method="delete" %}
<https://id.uqudo.io/doc/v3/id-api.yaml/info>
{% endopenapi %}

### Info image API

This endpoint allows you to download the image based on the resource id provided in the SDK result and returns directly the binary in the response

{% openapi src="<https://id.uqudo.io/doc/v3/id-api.yaml/info>" path="/api/v1/info/img/{id}" method="get" %}
<https://id.uqudo.io/doc/v3/id-api.yaml/info>
{% endopenapi %}


---

# 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.uqudo.com/docs/kyc/uqudo-api/info.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.
