Skip to main content
POST
Submit a reporter output

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Headers

X-Reporter-Key
string | null

Submission key for an external reporter.

Query Parameters

name
string
required

Declared name of the output part.

Required string length: 1 - 100
type
string
required

Declared type of the output part.

media_type
string | null

Media type for a file output.

Body

application/octet-stream

Raw output body in the format declared by type.

Raw output bytes.

Response

Successful Response

id
string
required

Output part ID.

reporter_id
string
required

Reporter that produced the output.

reporter_run_id
string | null
required

Run that produced the output. External submissions return null.

name
string
required

Declared output part name.

type
string
required

Declared output part type.

size_bytes
integer
required

Output size in bytes.

content_hash
string
required

SHA-256 digest of the output body.

media_type
string | null
required

Media type supplied for a file output, if any.

created_at
string<date-time>
required

Time the output was stored.

url
string
required

Relative URL for downloading the output body.