Loading...
Loading...
Loading...
Complete reference for all Neura Market API endpoints.
List workflows:
GET /api/workflowsQuery params: platform, category, sort, page, limit
Get workflow by slug:
GET /api/workflows/:slugReturns full details including description, screenshots, reviews, and pricing.
Search workflows:
GET /api/workflows/search?q=keywordFull-text search across titles, descriptions, and tags.
List directory content:
GET /api/directories/:platform/:contentTypePlatforms: claude, chatgpt
Content types: rules, prompts, agents, mcps, gpts, games, and more.
Query params: category, sort, page, limit, search
Get single item:
GET /api/directories/:platform/:contentType/:slugList blog posts:
GET /api/blogQuery params: category, tag, author, page, limit
Get post by slug:
GET /api/blog/:slugSearch blog:
GET /api/blog/search?q=keywordAll blog endpoints return published articles only.