cURL
curl --request GET \ --url https://api.alpic.ai/v1/distribution/get \ --header 'Authorization: Bearer <token>'
{ "serverFields": { "$schema": "<string>", "name": "<string>", "description": "<string>", "version": "<string>", "title": "<string>", "websiteUrl": "<string>", "icons": [ { "src": "<string>", "mimeType": "<string>", "sizes": [ "<string>" ] } ], "remotes": [ { "type": "<string>", "url": "<string>", "headers": [ { "name": "<string>", "description": "<string>", "isRequired": true, "isSecret": true } ] } ] } }
Get info about a server
Documentation IndexFetch the complete documentation index at: https://docs.alpic.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.alpic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.
The server info
Show child attributes
Was this page helpful?
Contact support