94
edits
(→Text) |
(→Text) |
||
| Line 93: | Line 93: | ||
====POST==== | ====POST==== | ||
<u>'''Inputs'''</u> | |||
- '''text_file''':''file'' // The text file to store on the server | - '''text_file''':''file'' // The text file to store on the server | ||
| Line 102: | Line 102: | ||
''Note:'' Either text_file, url, or text must be provided | ''Note:'' Either text_file, url, or text must be provided | ||
<u>'''Outputs'''</u> | |||
- '''miid''':''int'' // The unique media item id assigned to this item | - '''miid''':''int'' // The unique media item id assigned to this item | ||
====GET==== | ====GET==== | ||
<u>Inputs</u> | <u>'''Inputs'''</u> | ||
- '''miid''':''int'' // The server-provided media item id to be analyzed | - '''miid''':''int'' // The server-provided media item id to be analyzed | ||
| Line 116: | Line 116: | ||
''Note:'' Either miid, url, or text must be provided | ''Note:'' Either miid, url, or text must be provided | ||
<u>Outputs</u> | <u>'''Outputs'''</u> | ||
- '''results''':''dictionary'' // The list of task results (one result object per task). See the task list for more information | - '''results''':''dictionary'' // The list of task results (one result object per task). See the task list for more information | ||
edits