Klavi Analise Docs
Home
Conecte
Klaas
Analise
Monitore
Navigate through spaces
⌘
K
OVERVIEW
DEVELOP GUIDES
Quick start
Working with SFTP
Working with File Server
Working with Events and presignedUrl
Environment
Security
API REFERENCE
Overview
Pull Notification
Release History
Docs powered by
Archbee
API REFERENCE
Pull Notification
1min
If the partner wants to query events through polling, use this endpoint.
GET
Request
Response
Header Parameters
secretKey
String
required
secret key
Curl
Node.js
JS
Python
Ruby
1
curl
--location
'api.klavi.ai/data/analysis/v1/events'
\
2
--header
'secretKey: string'
curl --location 'api.klavi.ai/data/analysis/v1/events' \ --header 'secretKey: string'
Responses
200
201
401
1
{
2
"partnerAppId"
:
"12345678"
,
3
"eventId"
:
"1495468585434-0e73d1719173766fe4dfe1a8"
,
4
"eventType"
:
"analysis"
,
5
"eventName"
:
"analysis_finished"
,
6
"eventTime"
:
"2025-02-26T20:08:17.848Z"
,
7
"payload"
:
{
8
"batchId"
:
"25872252137"
,
9
"presignedUrl"
:
"https://amzn-s3-demo-bucket.s3.us-west-2.amazonaws.com/key?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAEXAMPLE123456789%2F20210621%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210621T041609Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=EXAMBLE1234494d5fba3fed607f98018e1dfc62e2529ae96d844123456"
10
}
11
}
{ "partnerAppId":"12345678", "eventId":"1495468585434-0e73d1719173766fe4dfe1a8", "eventType":"analysis", "eventName":"analysis_finished", "eventTime":"2025-02-26T20:08:17.848Z", "payload":{ "batchId":"25872252137", "presignedUrl":"https://amzn-s3-demo-bucket.s3.us-west-2.amazonaws.com/key?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAEXAMPLE123456789%2F20210621%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210621T041609Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=EXAMBLE1234494d5fba3fed607f98018e1dfc62e2529ae96d844123456" } }
PREVIOUS
Overview
NEXT
Release History
Docs powered by
Archbee
Docs powered by
Archbee