Authentication

To integrate your tools with the NeuralAI API, you must create an API key from the Team settings page.

Creating API Keys

API keys are scoped to teams. When you create an account, you automatically join your own personal team. To collaborate with others, create a new team and invite more members. A team can have multiple API keys.

API Key authentication

Once you have obtained an API key, you can authenticate requests by using an Authorization header with a Bearer token.

Example request with Bearer token

curl https://api.goneural.ai/v1/text-to-3d/:task_id \
  --header 'Authorization: Bearer <your_api_key>'

You can revoke an API key at any time from the Team settings page. The secret will only be shown the first time and cannot be recovered, so if you lose your API key, revoke the old one and create a new one.

Was this page helpful?