The DeepL API provides programmatic access to DeepL’s machine translation technology.
For more information, please visit https://www.deepl.com/contact-us
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named deepl
and add the following to Cargo.toml
under [dependencies]
:
deepl = { version = "2.7.0" }
All URIs are relative to https://api.deepl.com/v2
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ManageGlossariesApi | createglossary | POST /glossaries | Create a Glossary *ManageGlossariesApi* | deleteglossary | DELETE /glossaries/{glossaryid} | Delete a Glossary *ManageGlossariesApi* | getglossary | GET /glossaries/{glossaryid} | Retrieve Glossary Details *ManageGlossariesApi* | getglossaryentries | GET /glossaries/{glossaryid}/entries | Retrieve Glossary Entries ManageGlossariesApi | listglossaries | GET /glossaries | List all Glossaries *ManageGlossariesApi* | listglossarylanguages | GET /glossary-language-pairs | List Language Pairs Supported by Glossaries *MetaInformationApi* | getlanguages | GET /languages | Retrieve Supported Languages MetaInformationApi | getusage | GET /usage | Check Usage and Limits *TranslateDocumentsApi* | downloaddocument | POST /document/{documentid}/result | Download Translated Document *TranslateDocumentsApi* | getdocumentstatus | POST /document/{documentid} | Check Document Status TranslateDocumentsApi | translatedocument | POST /document | Upload and Translate a Document *TranslateTextApi* | translatetext | POST /translate | Request Translation
To get access to the crate's generated documentation, use:
cargo doc --open