Skip to main content
POST
/
insight
/
upload_text
Upload Text File
curl --request POST \
  --url https://api.example.com/insight/upload_text/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>",
  "record_name": "<string>",
  "file_extension": "<string>",
  "transcript_format": "<string>",
  "project_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
content
string
required
record_name
string
required
file_extension
string
required
transcript_format
string | null
project_id
string | null

Response

Successful Response

{key}
string