Quick Test
Use the interactive playground above to test the recommendations endpoint with your API key.Example Requests
Try these example queries to see how AdMesh works: Basic CRM Query:Advanced Features
With Conversation Context:Authentication
To use the playground:- Get your API key from useadmesh.com
- Click the “Authorize” button above
- Enter your API key in the format:
admesh_prod_abc123xyz789 - Test the endpoint with your queries
Response Format
Each recommendation includes:- title - Product/service name
- reason - Why it’s recommended for your query
- admesh_link - Tracking URL (use this for clicks)
- pricing - Cost information
- features - Key features list
- trust scores - Quality and reliability metrics
Rate Limits
- Free Tier: 1,000 requests per month
- Pro Tier: 10,000 requests per month
- Enterprise: Custom limits
Need Help?
- Documentation: Quick Start Guide
- Support: [email protected]
- Examples: Integration Examples
Authorizations
Enter your AdMesh API key (format: admesh_prod_abc123xyz789)
Body
application/json
User's search query or question
Required string length:
1 - 500Example:
"best CRM for startups"
Format type for the response
Available options:
auto, product, sidebar, floating, expandable, conversation Example:
"auto"
Previous query in conversation for context
Maximum length:
500Example:
"project management tools"
Summary of previous conversation
Maximum length:
1000Example:
"We discussed project management solutions"
Session identifier for tracking
Maximum length:
100Example:
"user_session_123"
Whether to allow fallback recommendations when no relevant offers are found
Response
Successful response with recommendations
Unique session identifier for this request
Detected intent information
The main response containing recommendations
Number of tokens used in processing
AI model used for processing
Example:
"openai/gpt-4o"