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.

