You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loris Sauter edited this page Nov 25, 2020
·
1 revision
Submission
In order to submit a result to be evaluated, the submission endpoint is accessed via HTTP(S) in one of the following ways:
http(s)://{server}/submit?item={item} where {item} is the identifier for the retrieved media item
http(s)://{server}/submit?item={item}?shot={shot} where {shot} is the identifier for a pre-defined temporal segment within the {item}
http(s)://{server}/submit?item={item}?frame={frame} where {frame} is the frame number within the {item}, in case it is a video
http(s)://{server}/submit?item={item}?timecode={timecode} where {timecode} is a temporal position within the {item} in the form HH:MM:SS:FF. In case just a plain number is passed, the behavior is equivalent to passing the same value as {frame}
In case no session cookie is passed as part of the request, an additional session parameter can be passed to transmit the session id token. The session id can be found via the UI in the User Profile, accessible via the top-right menu. Alternatively, the information about the currently authenticated user, including the session token, can be accessed via http(s)://{server}/api/user which will return the information in JSON format.