POST
/
receive-nano
curl --request POST \
  --url https://nano-gpt.com/api/receive-nano \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "received_blocks": [
    "<string>"
  ],
  "total_received": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200
application/json

Nano receive operation result

The response is of type object.