94
edits
(→Text) |
|||
| Line 93: | Line 93: | ||
=====Inputs===== | =====Inputs===== | ||
- '''text_file''':''file'' // | - '''text_file''':''file'' // The text file to store on the server | ||
- '''url''':''str'' // | - '''url''':''str'' // The url containing the text to store on the server | ||
- '''text''':''str'' // | - '''text''':''str'' // The text to store on the server | ||
- '''ttl''':''int'' {D:0} // The number of seconds until the file will be removed from the system (0 means indefinitely) | - '''ttl''':''int'' {D:0} // The number of seconds until the file will be removed from the system (0 means indefinitely) | ||
| Line 102: | Line 102: | ||
=====Outputs===== | =====Outputs===== | ||
- '''miid''':''int'' // | - '''miid''':''int'' // The unique media item id assigned to this item | ||
====GET==== | ====GET==== | ||
=====Inputs===== | |||
- '''miid''':''int'' // | - '''miid''':''int'' // The server-provided media item id to be analyzed | ||
- '''url''':''str'' // | - '''url''':''str'' // The url containing the text to be analyzed | ||
- '''text''':''str'' // | - '''text''':''str'' // The text to be analyzed | ||
- '''tasks''':''dictionary'' {D: null} // The list of tasks to perform. See the task list for more information. (null means perform all) | |||
''Note:'' Either miid, url, or text must be provided | ''Note:'' Either miid, url, or text must be provided | ||
''' | =====Outputs===== | ||
- '''results''':''dictionary'' // The list of task results (one result object per task). See the task list for more information | |||
====Tasks==== | |||
(insert list of valid tasks here) | |||
edits