> For the complete documentation index, see [llms.txt](https://documentation.skynet.io/skynet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/authentication.md).

# Authentication

All endpoints require these parameters:

{% code lineNumbers="true" %}

```typescript
if(!signatureResp){
                  toast.error('Please try again');
                  return;
                }
{  "userAuthPayload": signatureResp.data,
  "prompt": "Your prompt",
  "nftId": "YourNFTId"
}
```

{% endcode %}
