# get captcha

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/user/captcha:
    get:
      summary: get captcha
      deprecated: false
      description: ''
      tags:
        - User/user
        - user
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  content:
                    type: string
                    description: pic with base64 code
                  id:
                    type: string
                    description: caaptcha id
                  meta_message:
                    type: string
                    description: success or other error msg
                  meta_status:
                    type: integer
                    description: 1 for success, negative for error
                x-apifox-refs: {}
                x-apifox-orders:
                  - content
                  - id
                  - meta_message
                  - meta_status
                required:
                  - content
                  - id
                  - meta_message
                  - meta_status
          headers: {}
          x-apifox-name: result
      security: []
      x-apifox-folder: User/user
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/2880121/apis/api-88999380-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://api.ipcola.com
    description: ipcola
security: []

```
