post https://lucid.app/visio/conversions
Import a Visio file and receive a URL to view that document in Lucidchart. On a successful import, the service returns a status of 200 with a JSON body containing the URL to the viewer.
Responses
Import a Visio file and receive a URL to view that document in Lucidchart. On a successful import, the service returns a status of 200 with a JSON body containing the URL to the viewer.
xxxxxxxxxx
curl --request POST \
--url https://lucid.app/visio/conversions \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
xxxxxxxxxx
{
"status": 200,
"visio_doc_id": "7a6402bd9f26d0901b48290bada32636",
"viewer": "https://lucid.app/visio/viewer/7a6402bd9f26d0901b48290bada32636?reg_level=professional"
}