Endpoints
Upload Data
Upload data to Outropy.
The uploaded content currently must be text-based.
This returns the URN of the uploaded file.
The returned URN can be used as subject when executing tasks.
You must specify the file’s mime type in the X-Outropy-Upload-Mime-Type
header.
POST
/
api
/
data
/
upload
Headers
The mime type of the data to upload
Body
multipart/form-data
Data to upload
Response
200 - application/json
The URN of data being processed