api

Create media record by file name provided

post/api/v1/media

Request body

fileNamestring required

File name which is unique uuid identifier

titlestring

Human readable media title

Example request

{
  "fileName": "812750e4-1cae-44e5-8212-a9a2f9776fca",
  "title": "Skin damage media"
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.