Create
Create a Content Expansion
application/json
Request Body required
url url required
The target URL.
entities string[] required
A list of entity labels.
openai_key string required
The OpenAI key.
Responses
- 200
- 401
- 500
Success
application/json
Schema
Example (from schema)
Schema
completion string
The completion.
{
"completion": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
completion string
The completion.
{
"completion": "string"
}
Uh oh, something went wrong
application/json
Schema
Example (from schema)
Schema
completion string
The completion.
{
"completion": "string"
}
Loading...