Use process-document to extract and analyze document data for AI agents. Ideal for automation workflows with Claude Code requiring structured content parsing.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: document/process-document
curl -X POST https://api.skillboss.co/v1/embeddings \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "document/process-document",
"input": "Your text here"
}'