- Graphwise Platform Documentation
- Graphwise API Endpoints
- Thesaurus & Ontology Manager API
- Corpus Services
- Web Service Method: Create a New Corpus
Web Service Method: Create a New Corpus
18/03/2026
Description |
|---|
Creates a new corpus. |
URL: /PoolParty/api/corpusmanagement/{project}/create
Supported Methods |
|---|
POST |
Content-Type
application/x-www-form-urlencoded
Path Variables
Variable | Comment |
|---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
HTTP Parameters
Parameter | Comment | Type | Required |
|---|---|---|---|
corpusTitle | The name of the corpus to be created. | String | true |
language | The language of the new corpus | String | true |
repositoryUri | The URI of a repository where the corpus should be stored. Possible values are:
For a remote repository this parameter coincides with this repository's IRI. | IRI | true |
http status code 200 if OK + JSON formatted response
Attribute | Type | Comment |
|---|---|---|
corpusName | String | Corpus name |
corpusId | URI | Generated corpus ID |
language | String | Language of corpus |
