Analyses of a specific Plot
Last updated
Last updated
Requests an analysis for the specified plot. The analysis happens asynchronously, so you will receive a response object which includes a 'status' and an 'id' immediately after calling this endpoint. The status will be updated by the system once the actual analysis is completed.
/plots/{plotId}/analyses
Human-friendly name of the analysis for reference
Some name for the analysis
Type of analysis to be performed. Currently only EUFOROBS and PRECISION are supported.
EUFOROBS
Metadata related to the analysis. This can be used to store any additional information that is relevant to the analysis. The input object must fulfill the following requirements: - max <=10 keys - max key length of <=255 characters - max string value length of <=255 characters - values must be either strings, number, or booleans - keys cannot contain the substrings proto, constructor, or prototype
{"key1":"someValue","key2":true,"key3":1234}