Quick start

Get your API keys

To get started, you'll need an API key. Head to our Developer Portal and sign in or create an account. Once logged in, navigate to the API section to generate your unique API key.

Make your first request

Include your API key in the headers of your HTTP requests for authentication. Here's an example using cURL:

curl -H "x-api-key: YOUR_API_KEY" https://api.cirakit.com/seo/keyword-research?query=example

Replace YOUR_API_KEY with the key you obtained.

Explore the Endpoints

SEO Suite

  • Keyword Research: /v1/seo/keyword-research

  • keyword Questions: /v1/plagiarism/check

  • Youtube Keywords: /v1/url-shorten

  • Keyword suggestions: /v1/email/find

Plagiarism Detector

  • Plagiarism Detector: /v1/plagiarism/check

URL Shortener:

  • URL Shortener: /v1/url-shorten

Email Finder:

  • Email Finder: /v1/email/find

Last updated