How Can we Pass the Generated Model to parse Url

How Can we Pass the Generated Model to parse Url(localhost) Unknown data fromate I am Getting this Error .Can you Please tell Why And How to Find out And How to Resolve this Issue Can you please tell me How to send the model Number For Getting the Result From Particular Model through Test Data

You have to define your model within the POST body like this one:

{
  "q":"Hello", 
  "project": "awesome_chatbot", 
  "model": "awesome_model"
}

Also take a look at the docs.

You can not pass the model itself to /parse you just reference it within the POST body.