94
edits
(→API) |
|||
| Line 82: | Line 82: | ||
API to be as RESTful as posisble. Current thought is that POST will be used to upload the media item (if needed) which will return a ''Media Item ID (MIID)'', GET will be used to perform the actual analysis (taking in either an external URL, or the MIID returned from a POST). | API to be as RESTful as posisble. Current thought is that POST will be used to upload the media item (if needed) which will return a ''Media Item ID (MIID)'', GET will be used to perform the actual analysis (taking in either an external URL, or the MIID returned from a POST). | ||
'''Entity Types''' | |||
* text | * text | ||
* image | * image | ||
| Line 88: | Line 88: | ||
* audio | * audio | ||
===Text [POST]=== | |||
This method is used to register a piece of text media permanently in the server. It is required for analysis | This method is used to register a piece of text media permanently in the server. It is required for analysis | ||
'''Inputs:''' | '''Inputs:''' | ||
edits