-
Notifications
You must be signed in to change notification settings - Fork 2
API documentation
Type | Name | Description | Schema |
---|---|---|---|
Body |
document |
The document or URL (pointing to a HTML document) to process |
HTTP Code | Description | Schema |
---|---|---|
200 |
Successful response in the given output format |
No Content |
default |
Unexpected error |
Type | Name | Description | Schema |
---|---|---|---|
Body |
document |
The document you want to process |
HTTP Code | Description | Schema |
---|---|---|
200 |
Successful response in the given output format |
No Content |
default |
Unexpected error |
Type | Name | Description | Schema |
---|---|---|---|
Body |
document |
The document or URL (pointing to a HTML document) to process |
HTTP Code | Description | Schema |
---|---|---|
200 |
Successful response in the given output format |
No Content |
default |
Unexpected error |
Name | Description | Schema |
---|---|---|
content |
Content of the processed document (content XOR URL must be specified) |
string |
input |
The content must respect one of these format. If "raw" the content is
a raw text; if "nif" the content is in Turtle respecting the NIF
vocabulary; if "html" the content is regularly marked up; if "ttml" or
"srt" the content correspond to subtitles in their respecting format |
enum (raw, nif, html, ttml, srt) |
output |
The response can only be in one of the format. "nif", "conll", "brat",
or "naf" |
enum (nif, conll, brat, naf) |
url |
Valid URL of a HTML document (content XOR URL must be specified) |
string |
Name | Description | Schema |
---|---|---|
content |
Content of the processed document |
string |
input |
The content must respect one of these format. If "raw" the content is
a raw text, if "nif" the content is in Turtle repecting the NIF
vocabulary. |
enum (raw, nif) |
output |
The response can only be in one of the format. "nif", "tac", "brat",
or "naf" |
enum (nif, tac, brat, naf) |
Name | Description | Schema |
---|---|---|
content |
Content of the processed document (content XOR URL must be specified) |
string |
input |
The content must respect one of these format. If "raw" the content is
a raw text; if "nif" the content is in Turtle respecting the NIF
vocabulary; if "html" the content is regularly marked up; if "ttml"
or "srt" the content correspond to subtitles in their respecting
format |
enum (raw, nif, html, srt, ttml) |
output |
The response can only be in one of the format. "nif", "conll", "brat",
or "naf" |
enum (nif, conll, brat, naf) |
url |
Valid URL of a HTML document (content XOR URL must be specified) |
string |