Back to catalog
🤖

NLP Cloud

API Key

NLP API using spaCy and transformers for NER, sentiments, classification, summarization, and more

🤖Machine LearningHTTPS

NLP Cloud Entity Extraction

Named entity recognition result

Input TextElon Musk founded SpaceX in Hawthorne, California in 2002.
ModelEn_core_web_lg
Entities Found3
Top EntityElon Musk
Top Entity TypePERSON

Sample Response

response.json
1{
2 "input_text": "Elon Musk founded SpaceX in Hawthorne, California in 2002.",
3 "model": "en_core_web_lg",
4 "entities_found": 3,
5 "top_entity": "Elon Musk",
6 "top_entity_type": "PERSON"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://nlpcloud.io" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs