For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search

Search Assets

post

This searches for assets across the PDC that are available based on the provided search term and optional facets.

🚨 Note: Results are limited to 10,000 items.Please refrain your search using facets.

Authorizations
AuthorizationstringRequired

Insert the JWT token here

Body
searchTermstringRequired
pagenumberOptionalDefault: 1
perPagenumberOptionalDefault: 30
Responses
200

Search results retrieved successfully

application/json

Search results retrieved successfully

statusintegerOptional

HTTP status code

Example: 200
post
/api/public/v3/search

Search Facets

post

Retrieves available facets for search

Authorizations
AuthorizationstringRequired

Insert the JWT token here

Body
searchTermstringRequired
Responses
200

Search results retrieved successfully

application/json

Search results retrieved successfully

statusintegerOptional

HTTP status code

Example: 200
post
/api/public/v3/search/facets

Last updated

Was this helpful?