/api/v2/ingestor/upload_sessions

Endpoint that signals Raptor App's ingestors to create a new upload session and pull in your data. Data is sent as a list of URLs where each image corresponds to one URL.

Query Params
int32

Your organization's Raptor App ID

Body Params
int32

Order ID to associate upload sessions to

string

URL or list of URLs where the data is available for retrieval by Raptor Maps. For performance reasons, we recommend not sending more than 1000 image urls per post request. For example, if your data resides on AWS S3, you may sign the S3 keys so that the the data_url may be something like ['https://my-s3-bucket.s3-accelerate.amazonaws.com/path/to/IMG_0001.jpg?AWSAccessKeyId=ABCD1234&Expires=1560526525&Signature=EFGH5678%3D', 'https://my-s3-bucket.s3-accelerate.amazonaws.com/path/to/IMG_0002.jpg?AWSAccessKeyId=ABCD1234&Expires=1560526525&Signature=EFGH5678%3D']

string
Defaults to om

Either "om" or "epc" to indicate the data is for the Operations and Maintenance analytics pipeline of Engineering Procurement and Construction pipeline.

string

A name that describes the upload session and data. For example: "Goldie Solar - Section A - RGB"

Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json