Skip to main content
POST
/
insight
/
upload
Upload File
curl --request POST \
  --url https://api.example.com/insight/upload/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "record_name": "<string>",
  "file_path": "<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
record_name
string
required
file_path
string
required
project_id
string | null

Response

Successful Response

{key}
string