API Endpoints Reference

Complete reference for all Neura Market API endpoints.

Workflows

List workflows:

GET /api/workflows

Query params: platform, category, sort, page, limit

Get workflow by slug:

GET /api/workflows/:slug

Returns full details including description, screenshots, reviews, and pricing.

Search workflows:

GET /api/workflows/search?q=keyword

Full-text search across titles, descriptions, and tags.

Directories

List directory content:

GET /api/directories/:platform/:contentType

Platforms: 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/:slug

Blog

List blog posts:

GET /api/blog

Query params: category, tag, author, page, limit

Get post by slug:

GET /api/blog/:slug

Search blog:

GET /api/blog/search?q=keyword

All blog endpoints return published articles only.