v1

latestOpenAPI 3.1.02026-08-044257268.7 KB
Public Registry

Get one endpoint

Fetch a single public endpoint card. endpoint is the endpoint path and may itself contain slashes (e.g. apidojo/tweet-scraper).

get/public/v1/providers/{provider}/endpoints/{endpoint}

Path parameters

providerstring required
Example:apify
endpointstring required

Endpoint path; may contain slashes.

Example:apidojo/tweet-scraper

Endpoint path; may contain slashes.

Response

Endpoint detail

providerstring required

Provider slug.

providerDisplayNamestring required

Resolved provider display name (curation > slug).

providerDisplayDescriptionstring

Resolved provider display blurb.

endpointstring required

Endpoint path.

displayNamestring required

Resolved endpoint display label. Always populated.

displayDescriptionstring required

Resolved endpoint display blurb. May be empty.

tagsstring[] required

User-facing tags (e.g. ["verified"]). Always an array; empty when no tags are set on the indexed wrapper.

categoriesstring[] required

Depth-2 category paths — authored functional paths AND derived provider placement paths (e.g. ["social-media/twitter", "scrapers/apify"]), treated uniformly. Bare top-level ancestors are excluded. Empty when the endpoint is outside the category catalog.

summarystring

Rich long-form endpoint detail, when authored.

methodstring

HTTP method for this endpoint.

hintsobject

Raw structured agent-guidance hints (phrase → target), when authored on the endpoint. Cross-links related endpoints in multi-step workflows.

Example response

{
  "provider": "exa",
  "endpoint": "/search"
}