Skip to main content

Commit Custom Data Recording

POST 

/api/v0/upload/custom-data-recording

Process a Custom Data Recording (CDR) for a given Project after it has been uploaded using POST /api/v0/upload (step 1).

Requires Memfault-Project-Key header authentication.

NOTE: Duration field is in seconds (s).


Request Body

FieldTypeDescription
fileObjectRequired. { "token": "<opaque token from Prepare Upload>" }
durationNumberDuration of the recording in seconds.

Return Value

Returns 202 - Accepted. Processing is asynchronous.

Request

Responses

Accepted

Response Headers