cURL
curl --request POST \ --url https://api.alpic.ai/v1/distribution/publish \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "projectId": "<string>", "domain": "<string>", "title": "<string>", "description": "<string>", "websiteUrl": "<string>", "iconSrc": "<string>", "dryRun": true } '
{ "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 } ] } ] } }
Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.
1 - 100
255
The server has been published successfully
Show child attributes
Was this page helpful?
Contact support