Movatterモバイル変換


[0]ホーム

URL:


🚀 Introducing Flux, the first conversational speech recognition model built for voice agents. (Learn more!)🚀

HomeAPI ReferenceVoice AgentSpeech-to-TextText-to-SpeechIntelligenceSelf-Hosted Deployments
API ReferenceSelf-Hosted

Create a Project Self-Hosted Distribution Credential

POST
/v1/projects/:project_id/self-hosted/distribution/credentials
200Successful
1{
2 "member": {
3 "member_id": "c7b9b131-73f3-11d9-8665-0b00d2e44b83",
4 "email": "email@example.com"
5 },
6 "distribution_credentials": {
7 "distribution_credentials_id": "82c32c10-53b2-4d23-993f-864b3d44502a",
8 "provider": "quay",
9 "scopes": [
10 "self-hosted:product:api",
11 "self-hosted:product:engine"
12 ],
13 "created": "2023-06-28T15:36:59.609841Z",
14 "comment": "My Self-Hosted Distribution Credentials"
15 }
16}
Creates a set of distribution credentials for the specified project

Authentication

Authorizationstring

UseAuthorization: Token <API_KEY>Example:Authorization: Token 12345abcdef

Path Parameters

project_idstringRequired

Query Parameters

scopeslist of enumsOptional
List of permission scopes for the credentials
providerenumOptionalDefaults toquay
The provider of the distribution service
Allowed values:

Request

The set of distribution credentials to create
commentstringOptional
Optional comment about the credentials

Response

Single distribution credential
memberobject
distribution_credentialsobject

Errors


[8]ページ先頭

©2009-2025 Movatter.jp