Version 1.0
Create Notes from Anywhere
Connect AI assistants, email, automation tools, and third-party applications to your NoteSkrib account.
AI Assistants (Click-to-Save)
AI creates a one-click save link for you. Secure, temporary links that expire in 5 minutes.
Email Integration
Send notes via email to notes@noteskrib.com with your API key in the subject line.
Automation
Connect with Zapier, IFTTT, or custom scripts using our REST API.
Getting Started
Start creating notes via the NoteSkrib API in minutes
1. Generate Your API Key
- Sign up for a NoteSkrib account
- Go to Settings → API Access
- Click "Generate API Key"
- Generate a secure API key
- Save your API key securely
2. Make Your First Request
curl -X POST https://noteskrib.com/api/public/v1/notes \
-H "X-API-Key: sk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "My Note Title",
"content": "Note content here",
"tags": ["example", "api"],
"category": "Work"
}'3. Review Your Note
All API-created notes appear in your Received Notes inbox for review before being added to your collection.
Rate Limits
10
Requests per hour
50
Requests per day