Discussions

Ask a Question

I want to close my account, how can I do it?

There is not any available option on the webpage, which is quite irritating.

Is this a bug?

Disparity API returned code 201, but api docs doesn't specify a return for that code.

Default value for PhaseX?

Hello, PhaseX is missing it's default value in api dox.

"Number" meaning Decimal/Float/Double?

For parameters like "animationLength" what is the data type? Can I pass 4.5?

Rate Limit?

Hello!

"Realm does not exist" from auth/realms/immersityai/protocol/openid-connect/token

Attempting to create an access token using client id and secret using Python example provided in docs. Getting this in response:

Problems in disparity requests

Hello,

Timeframe for the Video Processing API

Is there a timeline for a video processing api endpoint? Ie like the web portals 2d video to 3D.

Got 502 error on animation request

request

Error getting access token

curl --request POST
--url '
https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/token'
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"grant_type": "client_credentials",
"client_id": "bd22b110-2b79-44a2-b2eb-e1e026dd68f8",
"client_secret": "..."
}
'