All documentation

Fetch · Customer documentation

Extract Markdown or metadata from one public webpage.

What you prepare

The public URL of one page.

Steps in the workspace

  1. 01Choose a URL and output format.
  2. 02Inspect output and possible errors.
  3. 03Use the Markdown or metadata fields in your app.

Example request / integration

Fetch an event article as metadata and display its title and description in your app.

curl --fail-with-body -X POST "$BASE_URL/api/picosvc/fetch" \
  -H "Authorization: Bearer $SESSION_TOKEN" \
  -H 'Content-Type: application/json' \
  --data '{"url":"https://example.com/","format":"metadata"}'
# Response is JSON, not raw Markdown.

Examples use placeholders: replace $BASE_URL, $SESSION_TOKEN and issued URLs with real values. Never publish session tokens or API keys in a webpage or repository.

Management API entry point

POST /api/picosvc/fetch

Public URL and output format (markdown / metadata).

JSON containing Markdown or metadata such as title and description.

What it does not do

No site-wide crawling, search, or authenticated-page extraction.

Feature comparison and sources

Extraction scope and formatsExtract one URL as Markdown or metadata.

FirecrawlDocuments single-page scraping with structured JSON extraction and other formats.

Feature comparison and sources · Firecrawl
Overview, workspace, and dashboard

The product overview is public. The workspace handles creation, editing and history. The all-service dashboard shows usage and links for all 16 tools.