List the Word biases associated with the specified Prompt
List the Word biases associated with the specified Prompt
Query Parameters
- The cursor. string required
- The maximum number of results. int32 required
Default value:
10
Responses
- 200
- 401
- 404
Found.
- application/json
- Schema
- Example (from schema)
Schema
- first string nullable required
The link to the first page.
items object[] required
An array of objects.
Array [bias int32 requiredThe bias.
content_generation_id int64 requiredThe content generatio id.
created_at date-time requiredThe create date-time.
id int64 requiredThe unique id.
modified_at date-time requiredThe last modified date-time.
word string requiredPossible values:
<= 1000 characters
The actual word.
]- last string nullable required
The link to the last page.
- next string nullable required
The link to the next page or
null
if there's no page. - prev string nullable required
The link to the previous page or
null
if there's no page. - self string nullable required
The link to the current page.
{
"first": "string",
"items": [
{
"bias": 0,
"content_generation_id": 0,
"created_at": "2023-07-20T12:14:49.164Z",
"id": 0,
"modified_at": "2023-07-20T12:14:49.164Z",
"word": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Not Found
Loading...