cURL
curl --request POST \ --url https://api.arbiterapi.com/v1/auth/signup \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "email": "<string>", "password": "<string>", "name": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Create a developer account and first API key. No authentication required.
Documentation IndexFetch the complete documentation index at: https://docs.arbiterapi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.arbiterapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response