v1
latestOpenAPI 3.0.32026-07-13401683.8 KBSpots
Creates a new spot.
post/api/v2/spots
Response
The created spot with fields populated.
idinteger
The unique ID of the spot. Generated at creation.
namestring
The unique name of the spot
notesstring
Miscellaneous notes about the spot
durationinteger
The length (duration) of the spot in seconds.
lastModifiedDatestring date-time
The date the spot was last modified/updated in ISO 8601 format. Automatically updated on any write operation.
createdDatestring date-time
The date the spot was created in ISO 8601 format. Generated at creation.
lastUploadedDatestring date-time
The date the spot audio file was uploaded in ISO 8601 format. Automatically updated on upload.
fileSizeinteger
The size of the audio content file in bytes. Generated at creation.
fileNamestring
The name of the audio content file. Generated at creation.
originalFileNamestring
The original name of the audio content file.