/api/v1/characters/{slug}/reviews
Characters
List Character Reviews
This is a preview API and may change. Returns paginated public reviews for a single character.
GET
/api/v1/characters/{slug}/reviews
Documentation Index
Fetch the complete documentation index at: https://veniceai-docs-guide-security-code-reviewer.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Experimental Endpoint
What this returns
This endpoint returns paginated public reviews for a single character.- Use the
slugpath parameter to identify the character. - Use
pageandpageSizequery parameters to paginate through reviews. - Pagination metadata is returned both in the response body and in the
x-pagination-*response headers.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Slug of the character whose reviews should be retrieved
Example:
"alan-watts"
Query Parameters
Page number for pagination
Required range:
x > 0Example:
1
Number of reviews to return per page (max: 100)
Required range:
0 < x <= 100Example:
20