Getting Started

Learn how to integrate Nyata AI's intelligent characters into your applications in minutes

Create an Account

Sign up for a free developer account to get your API key and start exploring our platform. No credit card required to begin your journey.

Create Account

Purchase API Key

Choose from our flexible plans and purchase your API key. Start with a free trial or select a paid plan that fits your needs.

View Plans & Purchase

Make Your First API Call

Start with a simple API call using your purchased API key to chat with our AI characters.

curl -X POST "https://ai.mottatracking.com/chat_api.php" \ -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_API_KEY" \ -d '{ "model": "gpt-4-turbo", "messages": [ {"role": "user", "content": "Hello!"} ] }'
View Documentation

Powerful API Features

Discover the unique capabilities that make our AI characters stand out from the crowd

  • AI That Learns & Evolves Our AI characters continuously learn from interactions, becoming more intelligent and personalized with every conversation.
  • Authentic Bristol Characters Access AI characters with genuine Bristol accents, local dialect, and deep knowledge about neighborhoods and resources.
  • Natural Conversations Engage users with conversational AI that understands context, remembers interactions, and responds naturally.
  • Local Knowledge Base Access comprehensive information about Bristol's venues, services, events, and community resources.
  • Lightning Fast Response times under 300ms ensure smooth, real-time conversations that feel natural and engaging.
  • Enterprise Security Built with security first, featuring encryption, access controls, and compliance with data protection regulations.
  • Analytics & Insights Track user interactions, analyze conversation patterns, and gain insights to improve engagement.
  • Easy Integration Comprehensive documentation, SDKs for popular languages, and webhook support make integration seamless.

Code Examples

Get started quickly with example code showing how to use your purchased API key

JavaScript
Python
PHP
cURL
// Using your purchased API key from ai.mottatracking.com const API_KEY = 'nyata_your_api_key_here'; // From your dashboard const API_URL = 'https://ai.mottatracking.com/chat_api.php'; async function chatWithAI(message) { try { const response = await fetch(API_URL, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-API-Key': API_KEY // Your purchased API key }, body: JSON.stringify({ model: 'gpt-4-turbo', messages: [ { role: 'user', content: message } ], max_tokens: 150, temperature: 0.7 }) }); const data = await response.json(); // Check API usage from response if (data.api_usage) { console.log('Requests remaining:', data.api_usage.requests_remaining); } return data.choices[0].message.content; } catch (error) { console.error('Error:', error); } } // Example usage chatWithAI('Hello, can you help me find food in Bristol?') .then(reply => console.log('AI Reply:', reply));
# Using your purchased API key from ai.mottatracking.com import requests API_KEY = 'nyata_your_api_key_here' # From your dashboard API_URL = 'https://ai.mottatracking.com/chat_api.php' def chat_with_ai(message): headers = { 'Content-Type': 'application/json', 'X-API-Key': API_KEY # Your purchased API key } payload = { 'model': 'gpt-4-turbo', 'messages': [ {'role': 'user', 'content': message} ], 'max_tokens': 150, 'temperature': 0.7 } try: response = requests.post(API_URL, headers=headers, json=payload) data = response.json() # Check API usage if 'api_usage' in data: print(f"Requests remaining: {data['api_usage']['requests_remaining']}") return data['choices'][0]['message']['content'] except Exception as e: print(f"Error: {e}") return None # Example usage reply = chat_with_ai('Hello, can you help me find food in Bristol?') print(f"AI Reply: {reply}")
// Using your purchased API key from ai.mottatracking.com AI Reply: Sure! Bristol has a vibrant food scene with a wide variety of options. Whether you're looking for fine dining, street food, or cozy cafes, there's something for everyone. Here are some popular choices across different types: 1. **Casamia** - This is a high-end restaurant that offers a tasting menu tailored to the season. It’s perfect for special occasions. 2. **St Nicholas Market** - Located in the heart of the city, this market offers a range of street food from local vendors. You can find everything from gourmet burgers to vegetarian delights. 3. **The Ox** - A great choice if you’re in the mood for steak or British cuisine served in an intimate basement setting. 4. **Thali Cafe**
# Using your purchased API key from ai.mottatracking.com curl -X POST "https://ai.mottatracking.com/chat_api.php" \ -H "Content-Type: application/json" \ -H "X-API-Key: nyata_your_api_key_here" \ -d '{ "model": "gpt-4-turbo", "messages": [ { "role": "user", "content": "Hello, can you help me find food in Bristol?" } ], "max_tokens": 150, "temperature": 0.7 }'

Official SDKs & Libraries

Client libraries designed to help you integrate with our learning AI quickly and efficiently

JavaScript

Integrate our learning AI into web applications or Node.js backends with our comprehensive JavaScript SDK.

npm install nyata-ai
View on GitHub

Python

Build intelligent Python applications with our learning AI using our official Python library.

pip install nyata-ai
View on GitHub

PHP

Add intelligent AI capabilities to your PHP websites and applications with ease.

composer require nyata/nyata-ai
View on GitHub

Ruby

Integrate our learning AI into Ruby applications and Rails projects seamlessly.

gem install nyata-ai
View on GitHub

Missing a language? Let us know what you'd like to see next.

View All Libraries on GitHub

API Status & Performance

Real-time status of our learning AI platform and services

AI Platform Status

Operational

Learning Engine

Operational

Conversation Service

Operational

Knowledge Database

Operational
Average Response Time
275 ms
Uptime (Last 30 days)
99.98%

API Key Plans

Choose the plan that fits your needs. All plans include full access to our Bristol AI characters!

Free Trial

Perfect for testing

£0

7 days

  • 100 API requests
  • All AI characters
  • Bristol local knowledge
  • Email support

Premium

For growing businesses

£50

per month

  • 10,000 API requests
  • All AI characters
  • Bristol local knowledge
  • Priority support
  • Advanced analytics
  • Custom features

Need more requests? Contact us for Enterprise pricing

View All Plans

Frequently Asked Questions

Everything you need to know about our learning AI platform

How does the AI learning feature work?

Our AI continuously learns from every interaction, improving responses based on user patterns and feedback. The learning process uses anonymized data to enhance character knowledge and conversation quality. Each character develops a deeper understanding of user preferences and context over time, making conversations more natural and helpful.

What makes Nyata AI different from other APIs?

Unlike static AI APIs, Nyata AI features characters that genuinely learn and evolve. Our Bristol-based characters have authentic local knowledge, accents, and cultural understanding. The AI adapts to user interactions, creating increasingly personalized experiences while maintaining privacy and security.

How do I get started with the API?

Getting started is simple: sign up for a free developer account, purchase an API key (or start with our free trial), and make your first call. Our comprehensive documentation includes quickstart guides, code examples, and SDKs for popular programming languages to help you integrate quickly.

What happens when I exceed my API quota?

When you reach your monthly limit, requests return a 429 Too Many Requests response. You can upgrade your plan, purchase additional calls, or wait until your quota resets. Your dashboard shows real-time usage statistics to help you monitor consumption.

Is there a free trial available?

Yes! Our free tier includes 100 API requests over 7 days with no credit card required. You can test all features and characters before committing to a paid plan.

Developer Resources

Everything you need to build amazing applications with our learning AI

Documentation

Comprehensive guides, API reference, tutorials, and best practices for implementing our learning AI effectively.

Read Documentation

Sample Projects

Explore example applications demonstrating real-world implementations and creative uses of our AI learning capabilities.

View Sample Projects

Developer Community

Connect with other developers, share ideas, get help, and collaborate on projects using our learning AI platform.

Join the Community

Ready to Build with Bristol AI?

Create your developer account today and purchase an API key to start building applications with authentic Bristol AI characters.

Create Free Account Purchase API Key