Some test text!

Search
Hamburger Icon

Web / Guides

Create XOD document

To create a XOD document.

// The extension option is optional if it can be inferred from the URL
// but required if it cannot, or if a blob or file is loaded
const options = { extension: 'xod' };
const doc = await Core.createDocument('/path/file.xod', {});

Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales