Skip to main content

About Coze

Coze (扣子) is a no-code AI application development platform by ByteDance. It lets anyone — regardless of coding experience — rapidly build chatbots, AI agents, and plugins, then deploy them across social and messaging platforms. The SoMark plugin is available in the Coze plugin store and brings powerful document parsing capabilities to your agents and workflows.

Adding SoMark to an Agent

1

Create an agent

Go to your workspace, click Project Development+ Project (top right) → Create Agent.Create agent in Coze
2

Add the SoMark plugin

In the agent editor, locate the Skills section and click to add a plugin.Add plugin in Coze - step 1Search for somark, then find and add the somark_doc_parse plugin.Add plugin in Coze - step 2
3

Configure the API Key

In the plugin parameter editor, enter your SoMark API Key.Configure API key in CozeAfter entering the key, toggle the switch on the right to enable it as the default. This ensures every request automatically uses the configured key without requiring users to provide it manually.Enable default API key in Coze
4

Save and test

Click Save. Your agent can now use SoMark document parsing. Upload a file in the chat to see the “Calling somark” indicator — the parsed result will be returned once processing is complete.Test SoMark in Coze

Plugin Parameters

ParameterTypeRequiredDescription
filefileFile to parse. Supports PDF, Word, PowerPoint, images, and more
output_formatsstringOutput format: markdown (default) or json