> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synctera.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenAPI Spec

> You can download the Synctera OpenAPI schema describing our API surface below.

<CardGroup cols={3}>
  <Card title="Download" icon="download" href="https://docs.synctera.com/openapi-v1.json" horizontal />
</CardGroup>

This schema can be used with the various openapi tools like [openapi generator.](https://github.com/OpenAPITools/openapi-generator)

Using openapi generator, you can generate a client library to interact with Synctera. Below is an example to generate a java client library using openapi generator.

```bash theme={"system"}
java -jar openapi-generator-cli-6.0.0-20211025.061654-22.jar generate -i synctera_openapi.json -g java -o ./java_client
```
