Marob AI

Introduction

Marob AI is a unified REST API for everyday AI tasks — translation, search, vision, audio, validation, and more.

Marob AI exposes a single, consistent HTTP surface for common AI workloads. One key, one base URL, predictable JSON in and JSON out.

Powered by JigsawStack. Endpoints, parameters and response shapes mirror the upstream API, so existing integrations port over with a base-URL swap.

Conventions

  • Base URL: https://api.marob.ai/v1
  • JSON in, JSON out. UTF-8.
  • Auth via Authorization: Bearer … — never as a query string.
  • Conventional HTTP status codes. Error bodies always carry error.code and error.message.

Start here

  • OCR — extract text and structured fields from any image or PDF.
  • Object Detection — detect and label objects in an image.
  • AI Scrape — extract structured data from any web page.
  • Web Search — search the web with a synthesized answer.
  • Classification — classify text or images against your own labels.
  • Speech to Text — transcribe audio and video.

On this page