Skip to main content
Best for products, backend services, and automation systems. If you are still comparing integration paths, start with the get started overview; if you only need a terminal workflow, go to SoMark CLI.
1

Install the SDK

SoMark provides both Python and JavaScript implementations.
2

Initialize the client

The simplest setup is to pass your API key during initialization.
3

Complete one sync parse first

Start with one file and one working result before expanding into more formats or downstream processing.
4

Use async tasks for larger jobs

Long documents, batch jobs, and background flows are a better fit for async mode.
For more parameter details and error-handling guidance, continue to the CLI & SDK usage guide.