SystemsX
  • SystemsX
  • Bridge
    • API Create Job
    • API Billing Usage
  • SENSE
    • API - Base URL
    • API Agents - List
    • API Call - Manual Upload
    • API Call - History
    • API Call - Metrics
    • Assist - Integration
    • API Assist - Load
    • API Assist - Functions
    • API Email - History
    • API Email - Create
  • GEO
    • Common - Encode
    • Common - Decode
    • Common - Neighbors
    • Common - Inside Polygon
Powered by GitBook
On this page
  1. SENSE

API Call - Manual Upload

Upload a call to be Reviewed Manually

POST /v2/call/upload

Multipart Form Data] File must be in mp4 format. Maximum file size is 10MB.

Headers

Name
Value

Content-Type

multipart/form-data

Body

Name
Type
Required
Description

api_key

String

Yes

file

File (mp4)

Yes

The file to be uploaded (multipart form data). File Name Example: "Inbound - JohnDoe.mp4"

Response

{
    "reply": true
}
{
  "error": "Invalid request"
}
PreviousAPI Agents - ListNextAPI Call - History

Last updated 7 months ago