= Rest API Documentation - Converter minerva v{project-version} {build-time} :toc: left :sectnums: Conversion API provides access to MINERVA’s ability convert between different systems biology network formats and to export of layouts to different graphical formats. == Conversion to systems biology formats === List available formats ==== CURL sample include::{snippets}/converter/list_formats/curl-request.adoc[] ==== Response Fields include::{snippets}/converter/list_formats/response-fields.adoc[] ==== Sample Response include::{snippets}/converter/list_formats/response-body.adoc[] === Convert network from an input format to an output format ==== CURL sample include::{snippets}/converter/format_conversion/curl-request.adoc[] ==== Path Parameters include::{snippets}/converter/format_conversion/path-parameters.adoc[] == Convert network from an input format to an output image === List available formats ==== CURL sample include::{snippets}/converter/list_image_formats/curl-request.adoc[] ==== Response Fields include::{snippets}/converter/list_image_formats/response-fields.adoc[] ==== Sample Response include::{snippets}/converter/list_image_formats/response-body.adoc[] === Convert network from an input format to an output image ==== CURL sample include::{snippets}/converter/image_conversion/curl-request.adoc[] ==== Path Parameters include::{snippets}/converter/image_conversion/path-parameters.adoc[] == Merging of maps === Merge This API call allows to merge few files into one. Layout of merged map files will be a simple matrix. ==== CURL sample include::{snippets}/converter/merge_maps/curl-request.adoc[] ==== Path Parameters include::{snippets}/converter/merge_maps/path-parameters.adoc[] ==== Input file structure Input file should be a zip file with single zip folder called "maps". All map files to merge should be located in this folder.