Newer
Older
web-services / authors-tools / examples.http
# VP
#@baseUrl = https://authors-tools.services.inist.fr
# VI
@baseUrl = http://name-gender-1.tdmservices.intra.inist.fr


# @name v1OrcidDisambiguation
# Désambiguisation d'auteur orcid
POST {{baseUrl}}/v1/orcid-disambiguation/orcidDisambiguation?indent=true HTTP/1.1
Content-Type: application/json

[
    {
        "id":"1",
        "value":[{"firstName" : "Rubén", "lastName" : "Vázquez-Cárdenas", "coAuthors" : ["Juan pablo Martínez-Pastor"]}]
    }
]

###

# @name v1NameGender
# Détection du genre d'un prénom
POST {{baseUrl}}/v1/first-name/gender?indent=true HTTP/1.1
Content-Type: application/json

[
    {"id": "1", "value": "Jean Christophe"},
    {"id": "2", "value": "Amke"},
    {"id": "3", "value": "Seong-Eun"},
    {"id": "4", "value": "James A."}
]