Request API Format - HedCET/my-uspto GitHub Wiki

with applications

curl -X POST 
  'https://my-uspto.herokuapp.com/request' 
  -H 'Content-Type: application/json; charset=utf-8' 
  -d '{
    "appNoList": ["12113110", "PCT/US2009/042183"]
}'

with patents

curl -X POST 
  'https://my-uspto.herokuapp.com/request' 
  -H 'Content-Type: application/json; charset=utf-8' 
  -d '{
    "patentNoList": ["8320578"]
}'

immediate response will be { _id: <String>, queue_index: <Number>, status: <String> } format

{
    "status": "",
    "updated_at": "2021-07-17T18:03:13.151Z",
    "_id": "1626545061136.1",
    "request": {
        "appNoList": [
            "12113110",
            "PCT/US2009/042183"
        ]
    },
    "queue_index": 1
}
⚠️ **GitHub.com Fallback** ⚠️