Method:
mm.maps.export
Retrieves the URLs for export in various formats. Please note that export of private maps need auth and sign on the urls.
Authentication
Requires signing: | Yes |
Requires authentication: | Yes |
Requires access: | read |
Parameters
-
map_id
(required)
Sample Response
<rsp stat="ok"> <export> <image mimetype="image/jpg"> http://www.mindmeister.com/export/image?id=2490&img_format=jpg </image> <image mimetype="image/png"> http://www.mindmeister.com/export/image?id=2490&img_format=png </image> <freemind>http://www.mindmeister.com/home/freemind?id=2490 </freemind> <mindmanager> http://www.mindmeister.com/home/mindmanager?id=2490 </mindmanager> <rtf> http://www.mindmeister.com/home/rtf?id=2490 </rtf> </export> </rsp>
Error Codes
-
20
Object not found - Object not found
-
96
Invalid signature - The passed signature was invalid.
-
97
Missing signature - The call required signing but no signature was sent.
-
98
Login failed - The login details or auth token passed were invalid.
-
100
Invalid API Key - The API key passed was not valid or has expired.
-
112
Method not found - The requested method was not found.
Test Method
No API key found.
If you already have an API key you might just have to Sign In.