Discover/Docs.copia.io API
live

Docs.copia.io APIDocs.copia.io

Access the full Copia Automation documentation via API. List all 154 pages, full-text search, and retrieve page content with headings and breadcrumbs.

Endpoints
3
Updated
20h ago
Try it

No input parameters required.

api.parse.bot/scraper/fd298060-4c04-4c54-9ed5-170e668bb09c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/fd298060-4c04-4c54-9ed5-170e668bb09c/list_pages' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Returns the full table of contents for the Copia documentation site, including all page titles, paths, descriptions, and breadcrumb navigation hierarchy. Contains approximately 154 pages covering Git-Based Source Control, DeviceLink, Copilot, Actions, and Support sections.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "pages": "array of page objects with id, title, path, description, and breadcrumbs",
    "total": "integer - number of pages in the documentation"
  },
  "sample": {
    "pages": [
      {
        "id": "zB1wc2VrN5sWpnJRKM7A",
        "path": "/docs",
        "title": "Introduction",
        "breadcrumbs": [
          "Overview"
        ],
        "description": ""
      },
      {
        "id": "gGjOG7wb4UFqpcHoUPX6",
        "path": "/docs/overview/readme/overview",
        "title": "Git-Based Source Control",
        "breadcrumbs": [
          "Overview",
          "Introduction"
        ],
        "description": "Git-based source control by Copia Automation"
      }
    ],
    "total": 154
  }
}

About the Docs.copia.io API

The Docs.copia.io API exposes 3 endpoints that cover the entire Copia Automation documentation site — roughly 154 pages spanning Git-Based Source Control, DeviceLink, Copilot, Actions, and Support. Use list_pages to retrieve the full table of contents, search_docs for ranked full-text search with excerpt snippets, and get_page to pull the structured text and headings of any specific documentation page.

Navigating the Documentation Structure

list_pages returns the complete table of contents for docs.copia.io as an array of page objects, each containing an id, title, path, description, and a breadcrumbs array that reflects the navigation hierarchy. The total field confirms the current page count, which is approximately 154 at the time of release. This is useful for building search indexes, content audits, or surfacing documentation coverage to end users.

Searching Across All Pages

search_docs accepts a query string and returns results ranked by relevance score. Each result includes the page title, path, breadcrumbs, and a best_section field — a short excerpt from the most relevant passage on that page. This makes it practical to present contextual previews without fetching the full page. Example queries include terms like 'DeviceLink backup', 'branching', or 'Rockwell' to target specific product areas or tasks.

Retrieving Full Page Content

get_page takes a path parameter such as 'overview/glossary' or 'git-based-source-control/getting-started' and returns the full content string alongside a headings array. Each heading object includes a level (integer 1–4) and text, letting you reconstruct the document outline. The response also includes the canonical url and normalized path for the page, which is useful for linking back to the source.

Common use cases
  • Build an in-product help search for Copia Automation users using search_docs relevance scores and best_section excerpts.
  • Generate a site map or documentation index by calling list_pages and reading the breadcrumbs hierarchy.
  • Check documentation coverage for a specific feature area (e.g., DeviceLink or Copilot) by filtering list_pages results by path prefix.
  • Feed structured heading outlines from get_page into a knowledge base or LLM context window.
  • Monitor documentation changes over time by periodically calling list_pages and comparing total and page id values.
  • Surface contextual help tooltips in an IDE or automation tool by querying search_docs with user-entered terms and displaying best_section.
  • Extract and index the full text of all documentation pages for offline search or compliance archiving using get_page in batch.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Copia Automation provide an official developer API for their documentation site?+
Copia Automation does not publish a documented public API for docs.copia.io. The documentation is available as a web-browsable site at https://docs.copia.io, but there is no officially supported REST or GraphQL API for programmatic access.
What does the `best_section` field in `search_docs` results contain?+
The best_section field contains a short text excerpt from the highest-relevance passage on the matched page. It is meant to serve as a preview snippet — similar to a search engine snippet — so callers can show meaningful context without loading the full page via get_page.
Does the API return the raw HTML or markdown source of documentation pages?+
No. get_page returns plain text via the content field and a structured headings array with level and text per heading. Raw HTML or original markdown source is not exposed. If you need to reconstruct document structure, the headings array (levels 1–4) is the primary tool available.
Does the API cover documentation pages that require a login on docs.copia.io?+
The API covers publicly accessible pages on docs.copia.io. Any content gated behind authentication on the source site is not exposed. The roughly 154 pages returned by list_pages reflect the publicly available documentation. You can fork this API on Parse and revise it to target additional paths if Copia makes more content publicly accessible in the future.
Can I retrieve version-specific documentation or filter pages by product section?+
The API does not expose a version filter or a section filter parameter on any endpoint. list_pages returns all pages, and get_page requires an exact path. You can filter by section client-side using the path or breadcrumbs fields returned by list_pages. You can fork this API on Parse and revise it to add a section or version filter endpoint if your use case requires it.
Page content last updated . Spec covers 3 endpoints from Docs.copia.io.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.