Eti-Intelligence Logo
Home / Knowledge Base / Getting Started / Quick Start Guide
Getting Started

Quick Start Guide

Learn the basics of using our API services

Updated: March 15, 2025
5 min read
Beginner
#introduction #basics #setup

Welcome to our API Services platform! This guide will help you get started with using our powerful suite of AI and machine learning APIs. You'll learn how to set up your account, obtain authentication credentials, and make basic API requests to our services.

Overview

Our API Services platform provides a suite of powerful AI and machine learning APIs that you can integrate into your applications. This guide will help you get started quickly with the basic setup and your first API call.

Prerequisites

Before you begin, make sure you have:


  • A valid email address
  • Basic understanding of RESTful APIs
  • Development environment with HTTP client capabilities (curl, Postman, or programming language of your choice)

Step 1: Create an Account

  1. Visit our signup page at company.com/signup
  2. Enter your email and create a strong password
  3. Verify your email address through the confirmation link
  4. Complete your profile information

Step 2: Get Your API Keys

Once your account is set up:


  1. Navigate to the Dashboard
  2. Click on API Keys in the left navigation
  3. Click Create New API Key
  4. Give your key a name (e.g., "Development Key")
  5. Copy and securely store your API key

Step 3: Make Your First API Call

Here's a simple example using curl:


bash

curl -X POST \


https://api.company.com/v1/analyze \


-H 'Content-Type: application/json' \


-H 'Authorization: Bearer YOUR_API_KEY' \


-d '{


"text": "Hello world"


}'



You should receive a JSON response with the analysis results.

Next Steps

Now that you've made your first API call, you might want to:


  • Explore our API documentation
  • Check out the detailed guides for specific API endpoints
  • Try our interactive API playground
  • Join our developer community

Need Help?

Can't find what you're looking for or have additional questions?

Contact Support

Was this article helpful?

Need Personalized Assistance?

Our support team is ready to help you resolve any outstanding questions.