Metadata
Aside from audio file, metadata must be provided in order for the audio to be processed. Three formats are supported:
Metadata file is required aside any audio file. This requirement ensures that once a couple audio+metadata is present in the client's directory, JUpload can safely process them, without missing any important information such as date of the audio which would be unknown if not for the metadata file.
If you hesitate between formats, we strongly recommend to use JSON or XML. It allows for more versatility in the data you can provide.
Data type
Metadata, whichever their format, are validated by our system before being processed. You will find below some details about the expected format for each piece of data.
Phone number
Phone number are expected to be using the E.164 standard, for example +33102030405
.
Date and time
Valid date and time format are either:
- UTC,
2019-06-09T11:14:56Z
- aware date localized on your configuration's timezone,
2019-06-09T13:14:56+02:00
- naive date that will be localized on your configuration's timezone,
2019-06-09 13:14:56
or2019-06-09T13:14:56