Web Service Method: Analyse a Corpus
Web Service Method: Analyse a Corpus
Description |
---|
Initiates the analysis of a corpus. |
URL: /PoolParty/api/corpusmanagement/{project}/analyze
Request
Supported Methods |
---|
POST |
application/x-www-form-urlencoded
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Parameter | Comment | Type | Required |
---|---|---|---|
corpusId | ID of the corpus which should be analyzed. NotePlease note that the provided value should start with "corpus:". The ID alone is not sufficient. An example for corpusId value could be | String | true |
Response
Note
This API call is asynchronous, which means a response is sent to the client, even though the analysis is not finished yet.
http status code 200if OK + JSON formatted response.
Example
Screenshot of a sample call, done with Postman: