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 ReferenceAuth

Token-Based Authentication

POST
/v1/auth/grant
1{
2 "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.dozjgNryP4J3jVmNHl0w5N_XgL0n3I9PlFUP0THsR8U",
3 "expires_in": 30
4}

Generates a temporary JSON Web Token (JWT) with a 30-second (by default) TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization. Tokens created with this endpoint will not work with the Manage APIs.

Authentication

Authorizationstring

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

Request

Time to live settings
ttl_secondsdoubleOptional1-3600
Time to live in seconds for the token. Defaults to 30 seconds.

Response

Grant response
access_tokenstring

JSON Web Token (JWT)

expires_indouble or null
Time in seconds until the JWT expires

Errors


[8]ページ先頭

©2009-2025 Movatter.jp