List
GET/content-generations/:contentGenerationId/words
List
Request
Path Parameters
contentGenerationId int64required
The Content Generation id.
Query Parameters
The cursor. string
The maximum number of results. int32
Default value: 10
Responses
- 200
- 401
- 404
Found.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
first stringnullablerequired
The link to the first page.
items
object[]
required
An array of objects.
bias int32required
The bias.
cluster stringrequired
Possible values: <= 1000 characters
The cluster of the word.
content_generation_id int64required
The content generation id.
created_at date-time
The create date-time.
id int64
The unique id.
modified_at date-time
The last modified date-time.
token_id stringrequired
Possible values: <= 1000 characters
The token id for the word.
word stringrequired
Possible values: <= 1000 characters
The actual word.
last stringnullablerequired
The link to the last page.
next stringnullablerequired
The link to the next page or null if there's no page.
prev stringnullablerequired
The link to the previous page or null if there's no page.
self stringnullablerequired
The link to the current page.
{
"first": "string",
"items": [
{
"bias": 0,
"cluster": "string",
"content_generation_id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"token_id": "string",
"word": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Not Found