cURL
curl --request POST \ --url https://tryyomira.com/api/auth/register \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>", "name": "<string>", "companyName": "<string>", "companyUrl": "<string>", "role": "<string>", "intendedUse": "<string>" } '
{ "error": "<string>" }
Create a Yomira account and return an API key.
Documentation IndexFetch the complete documentation index at: https://docs.tryyomira.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tryyomira.com/llms.txt
Use this file to discover all available pages before exploring further.
8
Account created
Was this page helpful?