Version
Last updated
Last updated
POST /api/v1/reports/xapi-upload HTTP/1.1
Host: api.loci-dev.net
x-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 23
{
"binaryFile": "binary"
}POST /api/v1/reports/xapi-progress HTTP/1.1
Host: api.loci-dev.net
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"reportId": "text"
}{
"progress": 1
}