Discussions

Ask a Question

"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": "..."
}
'

Hi i am running this code everyti me its generating its giving me an error for no reason , could you please tell me issue

import os
import uuid

I am doing same , what ever you have told iam still facing same issue

import requests

I am not able to understand , What value should i put in authentication Bearer token .

I am using api to create animation , But u need to require disparity url to do it . But if I want to get url in animation I need to give some Authorisation bearer token in rght hand side box .What token should I provide in that box for authentication . I have already provided id, secret , access token . But simply that was not working