Posts
GET

/api/v1/posts/comments

10 credits

Post comments.

Try in Playground

Parameters

NameTypeRequiredDescription
urnstringyesPost URN
countintegernoResults per page.
startintegernoPagination offset.
cursorstringnoPagination cursor from the previous response.

Example request

curl -H "X-API-Key: zq_…" \
  "https://zooq.dev/api/v1/posts/comments"

Example response

A worked example for this endpoint is on its way. In the meantime, try it in the Playground with your API key to see the live shape.