Newer
Older
web-services / terms-extraction / swagger.json
{
    "openapi": "3.1.0",
    "info": {
        "title": "terms-extraction - Extraction de termes",
        "summary": "Ce serveur propose des services d'extraction de termes dans des textes.",
        "version": "1.5.1",
        "termsOfService": "https://services.istex.fr/",
        "contact": {
            "name": "Inist-CNRS",
            "url": "https://www.inist.fr/nous-contacter/"
        }
    },
    "servers": [
        {
            "x-comment": "Will be automatically completed by the ezs server."
        },
        {
            "url": "http://vptdmservices.intra.inist.fr:49245/",
            "description": "Latest version for production",
            "x-profil": "Standard"
        },
        {
            "url": "http://vitdmservices.intra.inist.fr:49281/",
            "description": "only for personal or local usage"
        }
    ],
    "tags": [
        {
            "name": "terms-extraction",
            "description": "Extraction de termes",
            "externalDocs": {
                "description": "Plus de documentation",
                "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/terms-extraction"
            }
        }
    ]
}