Create
POST/content-expansions
Create a Content Expansion
Request
- application/json
Body
required
url urlrequired
The target URL.
entities string[]required
A list of entity labels.
openai_key stringrequired
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"
}