Create content
POST/contents
Creates a content item and generates its script. This spends credits,
which is why it needs generate rather than write.
Request
Responses
- 201
- 400
- 401
- 402
- 403
- 404
Created. The id is nested under item — read item.id.
Invalid request data.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
Not enough credits to reserve for this operation. Check your balance
with GET /users/credits.
The key is valid but lacks a required scope.
Persona or account not found.