# 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"]}}}}
```
