v1
latestOpenAPI 3.1.02026-08-044257268.7 KBPublic 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
Example response
{
"provider": "exa",
"endpoint": "/search"
}