# 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](https://docs.uqudo.com/docs/kyc/uqudo-api/authorisation) 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](https://docs.uqudo.com/docs/kyc/uqudo-sdk/sdk-result) 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 %}
