HowTo
This section provides walkthroughs and useful tips to get started with Dangl.AVACloud.
AVACloud Api
Generally, Dangl.AVACloud has three main endpoints:
/conversion/gaebfor GAEB inputs/conversion/excelfor Excel uploads/conversion/avafor 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.
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.