What are API Keys?
API keys allow external systems (like mWater, Google Sheets, or custom applications) to securely import and export data from your account. Each key can have specific permissions and expiration dates.
Learn how to use API keys with our comprehensive guide
How to use this key:
X-API-Key: your-key-hereAuthorization: Bearer your-key-hereAll API requests require authentication using your API key:
X-API-Key: your-api-key-here
https://writixai.com/dashboard/api/v1
/projects/import
Import project data to your account
Request Body:
{
"projects": [
{
"project_code": "WPS001234",
"operation_name": "Water Project",
"wa_unit": "WA Ethiopia",
"status": "Active",
"start_date": "2024-01-01"
}
]
}
/projects/export?limit=100&offset=0
Export project data from your account
Query Parameters:
limit - Number of records to return (default: 100)offset - Skip first N records (default: 0)import requests
url = "https://writixai.com/dashboard/api/v1/projects/import"
headers = {
"X-API-Key": "your-api-key-here",
"Content-Type": "application/json"
}
data = {
"projects": [
{
"project_code": "TEST001",
"operation_name": "Test Project"
}
]
}
response = requests.post(url, json=data, headers=headers)
print(response.json())
curl -X POST https://writixai.com/dashboard/api/v1/projects/import \
-H "X-API-Key: your-api-key-here" \
-H "Content-Type: application/json" \
-d '{"projects": [{"project_code": "TEST001", "operation_name": "Test"}]}'
Generate full model tests from your curriculum or past papers to simulate real exam conditions.
Draft essays, reports, creative stories, or academic papers following a specific style or tone.
Analyze search trends, find optimal keywords for content, and develop a comprehensive SEO strategy.
Get personalized lessons, practice problems, and detailed explanations across any subject.
Solve complex math problems step-by-step and understand the underlying mathematical concepts.
Generate customized grammar practice sessions: MCQ, True/False, Fill in the Blanks, and more.
Summarize data, draft professional reports, and generate insightful business or academic analysis.
Transcribe video content, summarize lectures, or generate questions from educational videos.
| Cleaned CSV | Download cleaned.csv |
|---|---|
| Charts | |
| Notes |
| Cleaned CSV | Download cleaned.csv |
|---|---|
| Charts | |
| Notes |
|
Enter your email address and we'll send you a password reset link
Select how you want to receive your one-time password (OTP)
Enter your mobile number to receive a verification code
New users get 5 free SMS OTP per day. Create account for unlimited OTP.
Enter the 6-digit code
|
|
|
|
|
|
Start here—this will load available subjects/courses.
|
Pick the course to fetch its chapters.
|
|
You can choose multiple chapters for broader coverage.
|
|
|
|
Enter any specific instructions or context you want the AI to remember for future conversations. (E.g., "Always reply in a formal tone," "Focus on product marketing.")
This interface will allow you to create, edit, or select different saved profiles for instruction sets (based on the `instruction_presets_json` field).
Current Presets: (No presets defined)