Request to the Pot

ReqPot

flow

About

ReqPot: HTTP Streamlined Realtime IoT Data Server that Simply to use, Easy to Start and No Infrastructure management.

This project provides a complete solution for IoT data management, including real-time tracking, alerts, monitoring, and seamless integration with webhooks and APIs. Perfect for both beginners and professionals looking for a simple IoT data solution.

Get Started

Register Device (Pot)

Quick IoT data integration: In Pot Management menu register new Pot limit is based on your plan, input required fields.

  • Device Ref: code name for your device
  • Device Key: secret key for send request can revoke to generate new one if key is leak.

Send Data

Simple HTTP protocol implementation - follow our curl example for easy IoT data setup.

curl --request POST \
  --url http://[end-point]/logs \
  --header 'Content-Type: application/json' \
  --header 'device-ref: ${pot.id}' \
  --header 'device-key: ${pot.deviceSecretKey}' \
  --data '{
	"payload": {
      [key]: string | number | boolean
    }
}'
                

View Data

in Dashboard menu you can view your data in real-time base on your each setting.
you can create Card you view your own data with custom filed name eg. temp as Temperature.

Pricing

Our pricing model is based on requests per second and includes a generous free tier for IoT data storage. Perfect for small projects and beginners.

Free Plan - Perfect for Getting Started

$0/mo

  • 7 Seconds per 1 Request
  • 15 Days retention data
  • Up to 5 devices

Start your IoT journey with our generous free tier

Starter Plan

$7/mo

  • 7 Seconds per 1 Request
  • 15 Days retention data
  • Up to 30 devices

Growing Plan

$30/mo

  • 7 Seconds per 1 Request
  • 15 Days retention data
  • Up to 100 devices
  • Priority support

Business Plan

$100/mo

  • 7 Seconds per 1 Request
  • 15 Days retention data
  • Up to 300 devices
  • Priority support
  • Custom integration support