> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Saml Acs



## OpenAPI

````yaml https://api.galileo.ai/public/v2/openapi.json post /v2/saml/acs
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers:
  - url: https://api.galileo.ai
    description: Galileo Public APIs - galileo-v2
security: []
paths:
  /v2/saml/acs:
    post:
      tags:
        - auth
      summary: Saml Acs
      operationId: saml_acs_v2_saml_acs_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````