Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.oneinbox.ai/v1/auth/signup \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>", "organization_name": "<string>", "name": "<string>" } '
{ "access_token": "<string>", "expires_in_minutes": 123, "token_type": "Bearer" }
8 - 128
1 - 255
255
Successful Response