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>"
}
'{}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>"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?