cURL
curl --request GET \ --url https://backend.clipvision.ai/instagram/oauth \ --header 'Authorization: Basic <encoded-value>'
{ "url": "<string>", "csrf_state": "<string>" }
This endpoint generates an OAuth URL for Instagram Graph API
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
1
OAuth Response Object OpenAPI Schema