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

# FASE 3 - Crear sim_deta desde chip_catalog

> Operacion: FASE 3 - Crear sim_deta desde chip_catalog.



## OpenAPI

````yaml /generated/specs/diagnostics.json post /api/v1/sim-chip-link/create-from-chip/{chipId}
openapi: 3.0.0
info:
  title: Raul API - Diagnostico
  description: Health, consumo, conectividad, SIMs, webhooks fallidos y estados tecnicos.
  version: 2.0.0
  contact: {}
servers:
  - url: https://api.raul.ugps.io
    description: Production
security: []
tags: []
paths:
  /api/v1/sim-chip-link/create-from-chip/{chipId}:
    post:
      tags:
        - SIMs
      summary: FASE 3 - Crear sim_deta desde chip_catalog
      description: 'Operacion: FASE 3 - Crear sim_deta desde chip_catalog.'
      operationId: SimsController_createSimFromChip
      parameters:
        - name: chipId
          required: true
          in: path
          description: ID del chip en chip_catalog
          schema:
            type: string
        - name: idplan
          required: false
          in: query
          description: ID del plan SIM (opcional, por defecto usa plan Emnify)
          schema:
            type: number
      responses:
        '201':
          description: ''
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: Bearer token authentication

````