Getting Started

Use your API key to access NeuroAPI endpoints.

curl https://api.neuroapi.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-live-xxxx" \
  -H "Content-Type: application/json"

Chat Completion

Field Description
model Target language model
messages Conversation input array
temperature Sampling randomness