# API Specifications

## &#x20;Get Openapi Yaml Representation

> YAML OpenAPI specification for this API's public endpoints.

```json
{"openapi":"3.1.0","info":{"title":"Akkio Public API (Beta)","version":"0.1.0"},"paths":{"/api/v1/api.yaml":{"get":{"description":"YAML OpenAPI specification for this API's public endpoints.","operationId":"_get_openapi_yaml_representation_api_v1_api_yaml_get","responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"Successful Response"}},"summary":" Get Openapi Yaml Representation","tags":["API Specification"]}}}}
```

## &#x20;Openapi Ui

> Swagger UI for Akkio's API. See \`/api.yaml\` or \`/api.json\` for the raw file that you can do code generation on.

```json
{"openapi":"3.1.0","info":{"title":"Akkio Public API (Beta)","version":"0.1.0"},"paths":{"/api/v1/docs":{"get":{"description":"Swagger UI for Akkio's API. See `/api.yaml` or `/api.json` for the raw file that you can do code generation on.","operationId":"_openapi_ui_api_v1_docs_get","responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"Successful Response"}},"summary":" Openapi Ui","tags":["API Specification"]}}}}
```


---

# 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.akkio.com/akkio-docs/endpoints-and-schemas/api-specifications.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.
