HowTo
This section provides walkthroughs and useful tips to get started with Dangl.AVACloud.
AVACloud Api
Generally, Dangl.AVACloud has three main endpoints:
/conversion/gaeb
for GAEB inputs/conversion/excel
for Excel uploads/conversion/ava
for Dangl.AVA project input
All three controllers are capable of transforming to any other format. For example, you can send a GAEB file and have it converted back to a Dangl.AVA project.
Please find out more in the interactive API documentation.
Notice for Older Clients / Supported TLS Versions
For security considerations, no TLS protocols below version 1.1 are supported by the Dangl.AVACloud API endpoints. This means that for some environments, TLS 1.2 support has to be enabled manually. This varies on the client you are using. Please contact DanglIT if you have any questions.
Data Size Considerations
When the conversion target is Dangl.AVA, the result will contain all text properties both as plain text and in html format. Often, you will only need one of the formats. Consider setting the options to remove the not-required text formats to reduce response sizes.
Additionally, all endpoints support response compression, e.g. gzip
or brotli
. If possible, your client apps should
be configured to accept compressed responses.