Skip to main content
POST
Create Text Entry

Authorizations

apikey
string
header
required

API Key (i.e. Rest API Key from the Dashboard).

Body

application/json
title
string
required

Title of the text content

Maximum string length: 500
Example:

"Company Policy Document"

text
string
required

Text content to be processed

Maximum string length: 5000
Example:

"This document outlines the company policies and procedures..."

Response

200 - application/json

Text detail created and uploaded to S3 successfully

success
boolean
Example:

true

message
string
Example:

"Text detail created and uploaded successfully"

data
object