EndpointsReporters
Submit a reporter output
POST
/v2/reporters/outputsStores one declared output part for a running reporter run or an external reporter. A run output with the same name is replaced.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Query Parameters
name*Name
Declared name of the output part.
Length
1 <= length <= 100type*Type
Declared type of the output part.
media_type?|
Media type for a file output.
Header Parameters
X-Reporter-Key?|
Submission key for an external reporter.
Request Body
application/octet-stream
Raw output body in the format declared by type.
body*file
Raw output bytes.
Format
binary