{"id":28458426,"url":"https://github.com/ximdex/xowl-service-api","last_synced_at":"2026-02-23T09:04:08.146Z","repository":{"id":146000494,"uuid":"38482515","full_name":"XIMDEX/xowl-service-api","owner":"XIMDEX","description":"Description of the API for the Xowl semantic service (named entity recognition via dbpedia, watson, etc.)","archived":false,"fork":false,"pushed_at":"2015-07-03T10:36:29.000Z","size":428,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-10-30T10:06:45.571Z","etag":null,"topics":["cms","drupal-module","entity","json-ld","linked-data","linked-open-data","semantic","semantic-entities","semantic-web","stanbol","wordpress-client","wordpress-plugin","ximdex-cms"],"latest_commit_sha":null,"homepage":"http://demo.ximdex.com/xowl","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XIMDEX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-03T08:44:49.000Z","updated_at":"2020-05-04T14:02:17.000Z","dependencies_parsed_at":"2023-03-31T03:43:35.693Z","dependency_job_id":null,"html_url":"https://github.com/XIMDEX/xowl-service-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/XIMDEX/xowl-service-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XIMDEX%2Fxowl-service-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XIMDEX%2Fxowl-service-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XIMDEX%2Fxowl-service-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XIMDEX%2Fxowl-service-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XIMDEX","download_url":"https://codeload.github.com/XIMDEX/xowl-service-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XIMDEX%2Fxowl-service-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29740753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","drupal-module","entity","json-ld","linked-data","linked-open-data","semantic","semantic-entities","semantic-web","stanbol","wordpress-client","wordpress-plugin","ximdex-cms"],"created_at":"2025-06-07T00:11:17.348Z","updated_at":"2026-02-23T09:04:07.585Z","avatar_url":"https://github.com/XIMDEX.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# xowl-service-api\nXowl service is a product owned by Open Ximdex Evolution. It's a API service that enhance your content with semantic links. To be able to use the service follow the steps below:\n\n 1. Register in ximdex platform: http://xowl.ximdex.net/register/signup\n 2. Confirm your email an access the platform to grab your token.\n 3. At this point you are ready to query the service, you can get a response using the following data:\n   - endpoint: service url\n   - token: is a string of character\n   - content: text to be enhancer\n 4. So if to make a low level request you can use curl: curl _URL_ -d 'token=_TOKEN_\u0026content=_TEXTUAL CONTENT_'\n\nExample:\n```bash\ncurl http://xowl.ximdex.net/api/v1/enhance -d 'token=TOKEN\u0026content=This is a very important text that talks about Albert Einstein'\n```\nAt this moment the api service support both GET and POST request, but depending on the tool you use, you may have to manually url-encode the parameters to make a correct query.\n\nThe response is always a json object with the following structure:\n```javascript\n{\n  \"semantic\": [LabelWithEntities, ...],\n  \"text\": \"This is a very important \u003ca href=\\\"http://dbpedia.org/resource/TEXT\\\" class=\\\"xowl-suggestion\\\" data-cke-annotation=\\\"text\\\" data-cke-type=\\\"dOrganisation\\\" data-cke-suggestions=\\\"3\\\"\u003etext\u003c\\/a\u003e that \u003ca href=\\\"http://dbpedia.org/resource/Talks\\\" class=\\\"xowl-suggestion\\\" data-cke-annotation=\\\"talks\\\" data-cke-type=\\\"others\\\" data-cke-suggestions=\\\"2\\\"\u003etalks\u003c/a\u003e about \u003ca href=\\\"http://dbpedia.org/resource/Albert_Einstein\\\" class=\\\"xowl-suggestion\\\" data-cke-annotation=\\\"Albert Einstein\\\" data-cke-type=\\\"dPerson\\\" data-cke-suggestions=\\\"3\\\"\u003eAlbert Einstein\u003c\\/a\u003e\"\n}\n```\nThe *semantic* key  is an array with objects. Each of them represents a portion of the original text that have been recognized as an entity. In semantic world a string could  refer to many entities, so each *LabelWithEntities* has an array called **entities**.\nIt's up to the user/developer how to manage this information, depending on the editor, the cms/dms, the visual editor used...\nCheck [drupal 7 client](https://github.com/XIMDEX/drupal7-xowl-client), [drupal 8 client](https://github.com/XIMDEX/drupal8-xowl-client) and [wordpress 3.x client](https://github.com/XIMDEX/wp-xowl-client), these are plugins that integrates with those cms.\n# Screenshots\n\u003e*[Wordpress Xowl client](https://github.com/XIMDEX/wp-xowl-client)*\n![Wordpress client](https://github.com/XIMDEX/wp-xowl-client/raw/master/assets/imgs/screenshots/enhancement01.png)\n\n\u003c!-- separator --\u003e\n\n\u003e*[Drupal Xowl client](https://github.com/XIMDEX/drupal7-xowl-client)*\n![Drupal client](https://github.com/XIMDEX/drupal7-xowl-client/blob/master/resources/images/drupal7_xowl_8.png?raw=true)\n\n\u003c!-- separator --\u003e\n\n\u003e*[Xowl inside Ximdex CMS](https://github.com/XIMDEX/ximdex)*\n![Drupal client](/assets/ximdex_xowl.png)\n\n\u003c!-- separator --\u003e\n\n\u003e*[Xowl Demo](http://demo.ximdex.com/xowl/)*\n![Drupal client](/assets/demo_xowl.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fximdex%2Fxowl-service-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fximdex%2Fxowl-service-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fximdex%2Fxowl-service-api/lists"}