Getting Started
Last updated
Last updated
Note: DAMASCO API is an enterprise feature, make sure to register using you organization e-mail address
Go to the Dashboard
Open .
Create Your Account
Click on Sign Up () and enter your email and a secure password, or choose an available single sign-on (SSO) option.
Project Setup
After logging in, create or join an existing project. Your organization is where you’ll manage API keys, configure projects (if needed), and review logs.
Access API Keys
In the dashboard, find the API Settings section ( located in the sidebar).
Create a New Key
Click + New API Key. Give it a recognizable name (e.g., “CustomerAnalysisKey”).
Copy the key somewhere safe—this is your credential for authenticating API requests.
Store Key Securely
Best Practice: Store the key as an environment variable in your development or production environment, rather than hardcoding it in code.
In a terminal session, for example:
While we’ll cover the Endpoints Overview and Making Requests in detail later, here’s a quick look at how you can try your first call to see the API in action.
Note: The sample endpoint or request structure may differ slightly in the final documentation. This snippet helps you confirm that your API Key is valid and that you can receive the JSON response fields such as
success
,objective
,sentiment
, etc.
Possible Response (JSON)
From this response:
success
confirms the request processed correctly.
objective
indicates the main intent (e.g., “Gather sales information”).
sentiment
is positive, suggesting an upbeat or inquisitive tone.
sales_request
is true, indicating the user is interested in purchasing or learning about product offerings.
Check Dashboard
Analytics
Observe how often certain fields (e.g., sales_request
, support_request
) appear in logs, helping you track user inquiries.
Refine
As you identify patterns (e.g., repeated objective
types), you can adjust your internal workflows or knowledge base accordingly.
Endpoints Overview: Learn all available endpoints, from analyzing single messages to bulk analysis.
Making Requests: Dive deeper into request/response structures, optional parameters, and error handling.
Advanced Configurations: Set up project-based access, custom confidence thresholds, or in-depth reporting.
Stay tuned for more detailed sections on Endpoints Overview and Making Requests—we’ll walk you through every endpoint parameter and advanced usage scenario. In the meantime, feel free to explore the dashboard, configure your environment, and experiment with analyzing real or sample messages.
Support: support@damasco.ai
This Getting Started guide should equip you with the basics to sign up, generate credentials, and run your first analysis. Once you’re comfortable with these steps, you’ll be ready to explore our Endpoints and Making Requests sections for deeper insights into the API’s capabilities.
Return to your and locate Requests or Logs to see the call you just made.
Dashboard: