AI search API combining LLM with real-time web data, returning cited answers. Ideal for real-time Q&A, research analysis, and enterprise-grade traceable answers.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: perplexity/search
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "perplexity/search",
"inputs": {}
}'