Development Quickstart
Last updated
Was this helpful?
Last updated
Was this helpful?
Get up and running with our API and start building AI-powered products today.
Working with the latest version of Traces’ AI can begin as soon as you follow these three steps:
Obtain your API keys so Traces can authenticate your API request
Familiarise yourself with the relevant documentation for your product.
Make a test API request to confirm everything is up and running.
Talk to our Customer Success Engineer to get the most out of our technology without writing any code
Get in touch with the now.
Traces authenticates your API requests using your account’s API keys. If you don’t have a valid API Key contact your Traces Account Manager.
We have documented the most common use cases for our API. If you are our current customer your version of Traces API may be different as we continuously release new versions and tailor functionality for your individual needs. Follow your cluster URL or log in to the Knowledge Сenter to see the latest updates.
To check that your integration is working correctly, make a test API request using your API key. We’ve pre-filled some code examples for your convenience.
POST
http://faf.traces.cloud/api/v1.1/filter-alarm
X-Traces-API-Key*
string
Authorization API key to access Traces FAF API
metadata*
object
A dictionary with the following keys: "event_id", "camera_id", "timestamp"
image_0*
object
frame #1
image_1*
object
frame #2
image_2*
object
frame #3
image_3*
object
frame #4
image_4*
object
frame #5