Claude API Getting Started: A Non-Developer's Guide
A plain-English explanation of what the Claude API is, what you can build with it, how much it costs, and how to get started without a software engineering background.
The claude.ai chat interface is where most people start. But the real power — automation, integration, scale — lives in the API. This guide explains what it is and how to use it, even if you've never written a line of code.
The API vs. the Chat Interface
When you use claude.ai, you are using a web application that Anthropic built on top of their own API. The API is the underlying service — and it is available to anyone.
The difference matters because the API enables things the chat interface can't:
- ·Manual — you type, it responds
- ·One conversation at a time
- ·No integration with other tools
- ·No automation or scheduling
- ·Great for: exploration and learning
- ·Programmatic — runs in code or no-code tools
- ·Process hundreds of inputs at once
- ·Connects to any tool (CRM, email, database)
- ·Runs on a schedule, triggered by events
- ·Great for: automation and products
What You Can Build With the API
Here are concrete use cases — in order of technical difficulty:
- $Auto-summarise incoming emails and create tasks in your project management tool
- $When a new form submission arrives, draft a personalised reply and add to a Google Sheet
- $Daily digest: pull news articles, summarise them, send to your inbox
- $A custom chatbot trained on your company's FAQs
- $A document analyser that extracts key terms from contracts
- $A report generator that takes data input and writes a narrative summary
- $Batch processing hundreds of customer support tickets for sentiment analysis
- $A product that users sign up for and pays per AI call
- $An AI agent that browses the web and compiles research reports automatically
Understanding Costs
API pricing is based on tokens — roughly 750 words per 1,000 tokens. You pay for what you use. No subscription, no minimum.
| Model | Speed | Input (per M tokens) | Best for |
|---|---|---|---|
| Claude Haiku | Fastest | ~$0.25 | High-volume, simple tasks |
| Claude Sonnet | Balanced | ~$3 | Most everyday uses |
| Claude Opus | Powerful | ~$15 | Complex reasoning, long documents |
Practical example: processing 1,000 customer emails (average 200 words each) with Claude Haiku to classify them costs approximately $0.05. That's five cents.
Getting Your First API Call Working
Here is the fastest route to your first working API call, no prior coding needed:
The System Prompt: Your Secret Weapon
The most powerful feature of the API that the chat interface doesn't expose clearly is the system prompt. This is an instruction you give Claude before every conversation — defining its role, personality, and constraints.
Example system prompt:
system: |
You are a customer support agent for Acme Ltd, a UK-based plumbing supply company.
Only answer questions about products, orders, and delivery.
If asked anything outside this scope, politely redirect to our contact form.
Always be brief, clear, and professional. Use British English.
With a system prompt, every API call inherits these instructions. You build once, it behaves consistently every time.
$ tools --recommended
Start with the right tools
The AI used in the Build With Claude workshop. Best for building and code generation.
OpenAI's flagship. Strong for research, image generation, and browsing.
AI built into your workspace. Useful for specs, planning, and docs.
# Some links may be affiliate links. We only recommend tools we actually use.
Frequently Asked Questions
What is an API and why does it matter?+
Do I need to be a developer to use the Claude API?+
How much does the Claude API cost?+
What can I build with the Claude API that I can't do in the chat interface?+
Is there a free tier for the Claude API?+
Stop reading. Start building.
Build With Claude is a one-day hands-on workshop where you arrive with an idea and leave with a working tool. 8 seats. Richmond, SW London. Expert in the room all day.
Reserve your seat →