Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

REST API

wes edited this page Mar 13, 2020 · 1 revision

Getting Started

$ curl http://localhost:5000/indicators?q=example.com
{"status":"success","data":1556461513.2444939613}

OpenAPI (AKA: Swagger)

The REST API doc is now available via your local CIF instance using Swagger. Simply navigate to http://localhost:5000 using your browser to begin.