# spacy server

**URL:** https://support.prodi.gy/t/spacy-server/3530
**Category:** Uncategorized
**Tags:** solved, usage, spacy, off-topic
**Created:** [October 16, 2020, 4:01am UTC](https://support.prodi.gy/t/spacy-server/3530 "2020-10-16T04:01:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sonias](https://avatars.discourse-cdn.com/v4/letter/s/b782af/32.png) [@sonias](https://support.prodi.gy/u/sonias)
#### Post date: [October 16, 2020, 4:01am UTC](https://support.prodi.gy/t/spacy-server/3530/1 "2020-10-16T04:01:50Z")

</div>

I am quite new to spacy and prodigy environment, so sorry if my question is off the mark.  
I wish to create a server using spacy where I can push text paragraphs/ strings and I can receive NER objects in json format.

Any guidance will be helpful.  
Thanks

---

<div class="post-metadata">

### Author: ![ines](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ines/32/3_2.png) [@ines](https://support.prodi.gy/u/ines)
#### Post date: [October 16, 2020, 2:53pm UTC](https://support.prodi.gy/t/spacy-server/3530/2 "2020-10-16T14:53:20Z")

</div>

Hi! This question is a bit outside of the scope of this forum, but I'd recommend checking out FastAPI! I just had a quick look online and found this example code (written by the FastAPI author, who also happens to be on our team 😅). It does pretty much exactly what you're looking for:

> <https://stackoverflow.com/questions/60964785/how-to-expose-spacy-as-a-rest-api/60974229#60974229>
