1. The service
We provide HTTP JSON (and related) endpoints for utilities such as calculators, converters, text helpers, image/PDF processing, and similar tools. Features, paths, response shapes, rate limits, and plans may change. We may suspend, throttle, or discontinue endpoints with or without notice when needed for security, abuse, cost, or operations.
2. Accounts and eligibility
API accounts require a valid email and password. Signup may remain pending until an administrator approves access. You must provide accurate information and keep credentials confidential. You are responsible for all activity under your account and tokens. One person or organization should not create bulk fake accounts to evade limits or bans.
3. Tokens and authentication
After approval, you may obtain a Bearer token via POST /api/account/token (or the account dashboard). Tokens:
- Are personal or organizational secrets — do not publish them in client-side apps, public repos, or shared screenshots.
- May expire on a fixed TTL; you must renew them.
- May be revoked by you (regenerate) or by us (security, abuse, plan change, or account block).
- Must be sent as
Authorization: Bearer <token>on protected tool endpoints (except same-origin browser use of the public website, unless we enable strict mode).
Health, signup, login, and token-issue endpoints do not require a Bearer token; they may still be rate-limited or protected against abuse.
4. Plans, limits, and fair use
Free and paid (or manually assigned) plans include daily request caps and other limits. Exceeding limits may return HTTP 429 or similar errors. “Fair use” means no sustained load that degrades the service for others, no scraping our API docs or endpoints to clone the product at scale without permission, and no using the API primarily to attack or probe third-party systems.
5. Acceptable use
You agree not to:
- Violate law, or process illegal, harmful, or infringing content through the API.
- Attempt to bypass auth, rate limits, approvals, or blocks.
- Reverse-engineer, overload, or disrupt the API infrastructure.
- Use network-related endpoints against systems you do not own or lack permission to test.
- Resell raw API access as a competing gateway without a written agreement with us.
- Upload malware, or use image/PDF endpoints to distribute harmful payloads.
6. Your data and privacy
Request bodies and files you send to the API are processed to fulfill the request. Do not send secrets, personal data, or regulated data unless necessary and lawful. Account data (email, plan, usage counters, token metadata) is stored to operate the service. See our Privacy Policy for website practices; API account storage may use a database provider (for example Neon/Postgres) under our configuration.
7. Third-party services and marketplaces
If you access the API through a marketplace (for example RapidAPI), that marketplace’s terms and billing also apply between you and the marketplace. Those terms do not cancel these API Terms for calls that reach Webtoolshop infrastructure. Some tool endpoints may call or rely on third-party data sources; their availability and accuracy are outside our full control.
8. No professional advice
Outputs (tax, finance, BMI, prayer times, translations, etc.) are informational only — not legal, tax, medical, financial, or religious advice. Verify critical results independently.
9. Intellectual property
The API, documentation, branding, and original content are owned by Webtoolshop or its licensors. You receive a limited, revocable, non-exclusive right to call the API per your plan. You own your inputs and the outputs generated for you, subject to third-party rights in source material you provide.
10. Disclaimer of warranties
THE API IS PROVIDED “AS IS” AND “AS AVAILABLE” WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, ACCURACY, OR NON-INFRINGEMENT. We do not warrant uninterrupted or error-free operation.
11. Limitation of liability
TO THE FULLEST EXTENT PERMITTED BY LAW, WEBTOOLSHOP AND ITS OPERATORS ARE NOT LIABLE FOR INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR FOR LOSS OF DATA, PROFITS, OR BUSINESS, ARISING FROM USE OF OR INABILITY TO USE THE API. OUR TOTAL LIABILITY FOR ANY CLAIM RELATED TO THE API IS LIMITED TO THE GREATER OF (A) AMOUNTS YOU PAID US FOR API ACCESS IN THE THREE (3) MONTHS BEFORE THE CLAIM, OR (B) USD $50.
12. Suspension and termination
We may suspend or terminate accounts, revoke tokens, or block IPs for violation of these terms, non-payment (if applicable), legal risk, or abuse. You may stop using the API at any time. Provisions that should survive (IP, disclaimer, liability, governing language) continue after termination.
13. Changes
We may update these Terms of Use. The “Last updated” date will change when we do. Continued use after changes means you accept the updated terms. Material changes may also be noted on API docs or by email when practical.
14. Contact
Questions about these API terms: contact@webtoolshop.com or the Contact page. General site terms: Terms of Service. Privacy: Privacy Policy.