cURL
curl --request POST \ --url https://ragapi.sno.ai/v1/spaces/{spaceId}/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "[email protected]", "accessType": "read" }'
{ "success": true }
Invites a user to a specific space. Rate Limit: 5 requests/minute.
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
Invitation sent successfully
The response is of type object.
object