casper
back to apps
0CodeKit

0CodeKit

to use 0codekit with casper, just text and ask — casper will handle the connection from your thread.


description

0CodeKit provides utility APIs for AI, document and image processing, data conversion, validation, generation, storage, and automation workflows.

what casper can do

  • Calculate BMICalculate body mass index and the provider's related desirable-weight, daily-energy, and nutrient estimates from weight in kilograms and height in centimeters. Each call consumes a 0CodeKit billing credit.
  • Check WeekendDetermine whether a date is a weekend and return its weekday name and day number. The verified contract accepts a date in YYYY-MM-DD format. Each call consumes a 0CodeKit billing credit.
  • Convert Nation and ISO CodeConvert either an English country name to its ISO code or an ISO code to its English country name. Provide exactly one input. Each call consumes a 0CodeKit billing credit.
  • Find KeywordsSearch text for one or more keywords and report whether each occurs and the zero-based positions of matches. Supports case-sensitive matching and complete-word-only matching. Each call consumes a 0CodeKit billing credit.
  • Get Remaining CreditsReturn the number of 0CodeKit credits remaining for the connected API key. Use this before credit-metered work to check available quota; credits are billing quota, not an HTTP rate limit.
  • Hash MessageGenerate a cryptographic digest or HMAC for a text message using a supported algorithm. Supply secret_key only for an HMAC algorithm; this tool hashes data and does not encrypt it. Each call consumes a 0CodeKit billing credit.

often used together