cURL
curl --request GET \ --url https://apigcp.trynia.ai/v2/sources/resolve \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "type": "repository", "display_name": "<string>", "identifier": "<string>" }
Resolve a name or URL to a source ID.
API key must be provided in the Authorization header
Unified source type
repository
documentation
research_paper
huggingface_dataset
local_folder
OK
Was this page helpful?