Requests Used
0
Sign in to access your Dev Portal dashboard.
Need an account first?
View Plans And Sign UpCopy your reset token below. It expires in 1 hour.
Requests Used
0
Monthly Quota
0
P95 Latency
-
Error Rate
-
0% of monthly quota used
No trend data yet
Success and failure balance
Successful requests 0
Failed requests 0
Based on current usage velocity
Active keys0
Unassigned owners0
Top owner by usage-
MTD attributed cost$0.00
Top owner-
Top key-
Active endpoints0
Recent success rate-
Last failed deliveryNone
Keys expiring in 14d0
Open policy keys0
Denied events (7d)0
Most recent API key usage
Create a key to start tracking activity.
Create scoped keys for search and retrieval workflows.
Includes active and revoked keys, with recent usage state.
| Name | Use Case | Service | Owner | Last Used | Status | Usage | Actions |
|---|
Run queries with your API key. Explore results visually with quality, freshness, and safety filters β or inspect raw JSON.
Ready
Service: auto from selected API key
Total Found
-
Median Quality
-
Safe Content %
-
Top Domain
-
X: Importance score Β· Y: Quality score Β· Size: Popularity Β· Color: NSFW risk
Run a query to view response JSON...
View your active subscription, service access, add-ons, and billing history.
Enabled capabilities for your current subscription.
Optional capabilities available for activation.
Recent billing periods, plan fees, and invoice exports.
| Period | Status | Plan | Amount | Usage | Invoice |
|---|
Estimated spend allocation using your plan's blended per-request rate.
No attributed usage yet.
By Key
| Key | Owner | Requests | Errors | Cost | Last Used |
|---|
By Owner
| Owner | Keys | Requests | Errors | Cost |
|---|
Manage collaborators by role.
Send quota alerts, key rotation events, and billing changes to your own systems.
Set endpoint URL, signing secret, and event triggers for this webhook.
| Endpoint | Events | Secret | Created | Actions |
|---|
Latest webhook attempts across all configured endpoints.
| When | Event | Status | Endpoint | Result |
|---|
Build and run asynchronous export jobs for large enterprise data pulls.
Define the export scope, fields, format, and record quantity.
Track requests, filter statuses, and inspect detailed execution metadata.
Track each export request and download completed outputs.
| Job | Status | Records | Format | Updated | Actions |
|---|
Selected request details, progress, and error context.
Select a job to view details...
Use predefined endpoints from Timpi's Ocra Orchestration platform
Includes active and revoked AI keys, with the endpoint each key is bound to.
| Name | Endpoint | Owner | Last Used | Status | Usage | Actions |
|---|
Detects AI-generated images.
{
"imageBase64": "..."
}
Pass-through response from the Wilson AI detection engine.
Streams AI-generated responses from Wilson.
{
"prompt": "Explain quantum computing",
"guid": "session-guid"
}
Streaming text/event-stream or plain text response.
Install SDKs and copy language-specific quickstarts and verification snippets for your integration.
Index API access is enabled for this subscription.
Enterprise jobs are enabled for high-volume workflows managed through portal exports.
Install and initialize with your currently selected API key.
Node.js SDK
Python SDK
Run a minimal authenticated call to verify your environment before deeper integration.
Node.js Verify
Python Verify
Quick matrix of currently supported integration capabilities per SDK.
| Capability | Node.js | Python |
|---|
Endpoint and headers update automatically based on selected endpoint and key.
curl
Python
JavaScript
Test authenticated endpoints in real-time with quick templates and custom requests. Inspect JSON responses and copy code snippets.
Pre-configured requests for common tasks. Select one to load its endpoint, query, and parameters automatically.
Available presets: Search API Smoke Test Β· RAG Retrieval (enterprise retrieval eval) Β· Billing Snapshot Β· Recent Audit Events Β· Webhook Delivery Health
Manually construct a request or modify a loaded template.
Ready
Run a request to inspect the response JSON...
No issues detected.
Trace key events and access decisions with filterable audit logs.
| When | Type | Status | Actor | Target | Details |
|---|
Everything you need to get started and make the most of the developer portal.
The Overview section is your operational dashboard. It shows:
Each card contains Go there links that jump directly to the relevant section.
Go to Overview βAPI keys authenticate every request to the index. Manage them here:
401.Admin users see all keys; Developer users see only the keys they created.
Go to API Keys βThe Query Console lets you test search queries without writing any code.
The Billing section provides full cost visibility:
Cost is calculated at $0.001 per request by default and shown in USD.
Go to Billing βThe Team section is available to Admin users and lets you manage who has access to the portal.
See Roles & Permissions below for a full capability matrix.
Go to Team βWebhooks push real-time event notifications to your own HTTPS endpoint.
X-Webhook-Signature header. Verify it with your secret using SHA-256 HMAC to confirm authenticity.Webhooks require Admin or Developer role.
Go to Webhooks βThe SDK & Snippets section provides language-specific code examples and integration patterns.
requests, and JavaScript fetch snippets for every endpoint.The Endpoint Sandbox is your interactive API explorer and testing ground.
Sandbox requests count as real usage, so they appear in Billing and Audit logs.
Go to Endpoint Sandbox βService access is entitlement-driven and managed in the Dev Portal.
Use Query Console and API key controls in the portal to set up and validate access for your plan.
Open Query Console βThe Audit Tools section maintains an immutable event log of all portal and API activity.
Audit logs are read-only and cannot be deleted. Only Admin users can view the Audit section.
Go to Audit Tools βsearch (query the index). A key without the matching scope receives a 403 Forbidden response.HMAC-SHA256 using the endpoint's secret. Compute HMAC-SHA256(secret, rawBody) and compare to the X-Webhook-Signature header to confirm the payload is genuine.localStorage. Tokens are validated server-side on every authenticated request; an invalid or expired token redirects to the login screen.The portal has three roles. The role is set at invite time and can be changed by any Admin.
| Capability | Admin | Developer | Billing |
|---|---|---|---|
| Create / revoke / rotate own keys | β | β | |
| View all keys & usage | β | ||
| Set key policies | β | β | |
| Use Query Console | β | β | |
| View SDK & Snippets | β | β | β |
| View Billing (own keys) | β | β | β |
| Export billing CSV | β | β | |
| Manage Webhooks | β | β | |
| View Audit Logs | β | ||
| Invite / remove team members | β | ||
| Change team member roles | β |
| Code | Meaning | Resolution |
|---|---|---|
401 Unauthorized |
Missing or invalid API key in the request header. | Refresh your key from API Keys and re-run the request through Dev Portal tools. |
403 Forbidden |
Key is valid but lacks the required scope, or a policy constraint (IP, origin, expiry) rejected the request. | Review the key's policy in API Keys. |
404 Not Found |
The requested service action is unavailable or invalid. | Verify the selected service mode and plan access in Query Console and Billing. |
429 Too Many Requests |
You have exceeded the rate limit or monthly quota. | Slow your request rate, or upgrade your plan in Billing. |
500 Internal Server Error |
An unexpected server-side error occurred. | Retry after a short delay. If the problem persists, check the Audit log for details or contact support. |
Role-based integration checklist and task recipes to help you reach your first production call.
Role-based tasks to reach first successful production call quickly.
Pick a common integration task to generate step-by-step guidance and code.
Recipe Output
Select a recipe to generate implementation steps...
Currently on
Treat this key like a password. Do not share it or commit it to source control. If compromised, rotate it immediately.
Selected key
Share these credentials securely. The member should change their password after first login.